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
When DataTableColumns is open on a page, when we scroll down on the page the width of DataTableColumns changes when we go down the page. I've included some code where it happens. It's in a lot of boxes and grids. <Box gap="xsmall" margin={{ right: 'small' }} {...rest}>
When DataTableColumns is open on a page, when we scroll down on the page the width of DataTableColumns changes when we go down the page. I've included some code where it happens. It's in a lot of boxes and grids. <Box gap="xsmall" margin={{ right: 'small' }} {...rest}>
{!hideSearch && }
{dateControl && }
{dataTableColumnsOptions && (
)}
{actions}
{!hideSummary && (
)}
{showMaxNotification && (
<Notification
status="info"
message={t('api_filter_controls.notification')}
/>
)}
c
The text was updated successfully, but these errors were encountered: