-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Table): adding TableCellSort to support sortable data (#501)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced sorting functionality in tables with new `TableCellSort` component, allowing users to sort data by clicking on table headers. - **Documentation** - Updated documentation to include new sorting features in tables. - **Tests** - Added tests for new sorting capabilities in table components. - **Refactor** - Modified the timestamp in data. - Changed `ButtonIcon` props from `noBorder` to `noBsortDirection`. - **Chores** - Added `TableCellSortDirections` and `TableCellSort` imports. - Updated the `importName` meta field to include `TableCellSort`. - Added new constant `TableCellSortDirections` with sorting directions `ASC` and `DESC`. - Added `TableCellSort` and `TableCellSortDirections` exports to the list of exports from the `Table` module. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
Showing
6 changed files
with
270 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters