-
Notifications
You must be signed in to change notification settings - Fork 3
Column Menu & Sort Features #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
rembrandtreyes
wants to merge
57
commits into
hyparam:master
from
rembrandtreyes:rembrandtreyes/ColumnMenu
Closed
Changes from 32 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
0b4a40c
Format ColumnHeader
rembrandtreyes 3704a3b
Add ColumnMenu to ColumnHeader
rembrandtreyes e8b4457
Format TableHeader
rembrandtreyes 8b3aab6
Add ColumnMenuButton functionality
rembrandtreyes 34f6fcc
Scaffold hidecolumn functionality
rembrandtreyes 03fd7ba
Implement hiding/showing functionality
rembrandtreyes 9db06ec
Skip row error check when columns are hidden
rembrandtreyes 5e67cb9
Fix column header styles when column menu button is shown/hidden
rembrandtreyes 19baffc
Fixup styles and colors to match current theme
rembrandtreyes a414121
Add tests for new components
rembrandtreyes ecc6f82
Add sort functionality to the menu
rembrandtreyes 9ee1ce6
Add menu to columnheader test
rembrandtreyes b11d4ca
Remove sort -> Clear sort
rembrandtreyes 2c1e4c8
Prettier
rembrandtreyes 447cf3f
fix type error and lint error
rembrandtreyes 018db93
Style changes
rembrandtreyes f26ee02
newlines
rembrandtreyes a8ad0a0
fix rebase issue
rembrandtreyes 48282d5
Update src/components/ColumnMenu/ColumnMenu.tsx
rembrandtreyes 1803795
Update src/components/ColumnMenuButton/ColumnMenuButton.tsx
rembrandtreyes b0e0f42
PR comments
rembrandtreyes 271c8c3
npm run lint:fix
rembrandtreyes 42a6b15
Merge branch 'master' into rembrandtreyes/ColumnMenu
rembrandtreyes 02be8f7
Remove classnames and make CSS generic
rembrandtreyes 69cc9ca
fix: improve column hiding logic in HighTable
rembrandtreyes 1272bac
Fix tests
rembrandtreyes fdf146c
Fix lint
rembrandtreyes b7678b4
Fix typecheck
rembrandtreyes 274ac7b
Handle last column hiding
rembrandtreyes 7913561
Remove comment
rembrandtreyes 64e6588
Update ColumnMenu.tsx
rembrandtreyes c9d8c68
Update ColumnHeader.tsx
rembrandtreyes 5468e25
Update ColumnHeader and ColumnMenu components to improve column handl…
rembrandtreyes 768965c
Update src/components/HighTable/HighTable.module.css
rembrandtreyes fe13254
Update src/components/HighTable/HighTable.tsx
rembrandtreyes 21f17a7
Update src/components/HighTable/HighTable.module.css
rembrandtreyes 93e09f3
Refactor ColumnHeader and TableHeader components to correctly manage …
rembrandtreyes 9a12696
Refactor column index handling in HighTable, ColumnHeader, and TableH…
rembrandtreyes 860c6e6
Refactor ColumnHeader, HighTable, and TableHeader components to deriv…
rembrandtreyes c31f92f
Update rowError function in HighTable.helpers.ts to accept headerLeng…
rembrandtreyes 7ba75e3
Refactor ColumnHeader and ColumnMenu components to unify sorting logi…
rembrandtreyes e2edc76
Enhance ColumnMenu and ColumnHeader components by introducing isHideD…
rembrandtreyes c2f785c
Refactor ColumnMenu test to correctly utilize onHideColumn prop and u…
rembrandtreyes 3942dd1
Refactor ColumnHeader, ColumnMenu, and TableHeader components to unif…
rembrandtreyes 8ab6289
Update ColumnMenu tests to utilize unified onSort prop for sorting ac…
rembrandtreyes 000b7ff
Merge remote-tracking branch 'origin/master' into rembrandtreyes/Colu…
rembrandtreyes c376432
Update HighTable styles and enhance component functionality by adjust…
rembrandtreyes 04f39a8
Refactor ColumnHeader and ColumnMenuButton components to adjust the t…
rembrandtreyes 60fef22
Refactor TableHeader and ColumnHeader components to improve code clar…
rembrandtreyes 48c8284
Remove fixed positioning and zIndex from ColumnMenu styles for improv…
rembrandtreyes cb463e6
Remove relative style from column header
rembrandtreyes de177f3
Remove duplicate props and revise column naming in column menu
rembrandtreyes 3378fff
Fix test
rembrandtreyes 4656f03
Optimize ColumnHeader component by wrapping it with memo to prevent u…
rembrandtreyes 2da7876
Add missing types
rembrandtreyes 43f2fef
Refactor event listener management in ColumnHeader to improve clarity…
rembrandtreyes 0a38e2f
Enhance prop comparison in ColumnHeader memoization by including chil…
rembrandtreyes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All these styles should go to HighTable.module.css. This file is only for the story book and is not included in the library