File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
packages/components/src/styles/components/side-nav Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @hashicorp/design-system-components " : major
3+ ---
4+
5+ <!-- START components/table/advanced-table -->
6+ ` AdvancedTable ` - Added support for column reordering.
7+ - Added ` @hasReorderableColumns ` argument. When set to ` true ` , enables column reordering.
8+ - Added optional ` @columnOrder ` argument for setting the initial order of columns by their keys.
9+ - Added optional ` @onColumnReorder ` argument which accepts a callback function that is called when reordering is completed.
10+ - Added optional ` @reorderedMessageText ` which overrides the default message text that is rendered in the table caption when a column is reordered.
11+ <!-- END -->
Original file line number Diff line number Diff line change 9393 }
9494 }
9595 }
96- }
96+ }
You can’t perform that action at this time.
0 commit comments