Skip to content

Commit

Permalink
fix(DataGrid): Column customization improvements (carbon-design-syste…
Browse files Browse the repository at this point in the history
…m#4199)

* fix(DataGrid): column customisation not unselect locked columns

* fix(DataGrid): column customization story improvements

* chore(DataGrid): revert unwanted changes
  • Loading branch information
Ratheeshrajan authored Feb 5, 2024
1 parent 0ec7196 commit 95a4f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const ButtonWrapper = ({
{...rest}
renderIcon={(props) => <Column size={16} {...props} />}
iconDescription={iconTooltipLabel}
tooltipPosition="left"
tooltipPosition="bottom"
kind="ghost"
hasIconOnly
test-id={`${blockClass}__customize-columns-trigger`}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const sharedDatagridProps = {
labels: {
findColumnPlaceholderLabel: 'Find column',
resetToDefaultLabel: 'Reset to default',
customizeTearsheetHeadingLabel: 'Customize display',
customizeTearsheetHeadingLabel: 'Customize columns',
primaryButtonTextLabel: 'Save',
secondaryButtonTextLabel: 'Cancel',
instructionsLabel:
Expand Down

0 comments on commit 95a4f59

Please sign in to comment.