-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat] Implement Column Sorting and Actions
This PR implements column sorting with a default sort implementation, and dropdown actions, which can be passed in at the header cell level. Dropdown actions can be used to add buttons to the dropdown menu associated with each column. The sorting functionality is accomplished via merge sorting each level of the CollapseTree. This also leaves the default sort intact, so users can return to the default state. Dropdown actions have been tested and documented, but the docs are not exposed via navigation yet. Unsure of the API at this point. Styles to come in the next PR.
- Loading branch information
Showing
27 changed files
with
1,188 additions
and
121 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
Oops, something went wrong.