Closed michac789 closed 1 year ago
Simply make the emptyState prop in DataTable optional for usage in MTS. When data is an empty list and emptyState is not given, simply do not render any rows nor show the empty state.
emptyState
Storybook Preview: https://615abff875b8f5004aa277ac-jxseveevcp.chromatic.com/
Simply make the
emptyState
prop in DataTable optional for usage in MTS. When data is an empty list andemptyState
is not given, simply do not render any rows nor show the empty state.