You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #3032 updated the DataTableSkeleton component but that now breaks existing users of the components who weren't using all DataTable features. In our specific use case, we don't use DataTableContainer and thus don't have the title or description. When a user opens our page, it now jumps UI element around after loading.
Please either revert this to the previous behaviour or add optional props to inform the skeleton which parts should be shown.
A minor point, but this also now hides the table headers despite being passed to them as props.
Expected
As-is
The text was updated successfully, but these errors were encountered:
carbon-components
carbon-components-react
Detailed description
Issue #3032 updated the DataTableSkeleton component but that now breaks existing users of the components who weren't using all DataTable features. In our specific use case, we don't use DataTableContainer and thus don't have the title or description. When a user opens our page, it now jumps UI element around after loading.
Please either revert this to the previous behaviour or add optional props to inform the skeleton which parts should be shown.
A minor point, but this also now hides the table headers despite being passed to them as props.
Expected
As-is
The text was updated successfully, but these errors were encountered: