Skip to content

Commit 87af689

Browse files
committed
fix linting errors
1 parent 3e1637e commit 87af689

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.changeset/spicy-ads-roll.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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 -->

packages/components/src/styles/components/side-nav/header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@
9393
}
9494
}
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)