-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Add <DataTable>
component
#10597
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
Merged
Merged
Add <DataTable>
component
#10597
Changes from 58 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
e95de26
Initial implementation
fzaninotto bcef07e
Add column id
fzaninotto 665e0df
Rename to DataTable
fzaninotto 4c967ca
Add columns selector
fzaninotto 6823eb3
Add Columnsbutton
fzaninotto e28c076
Fix memory leak
fzaninotto ac2ae4b
Cleanup
fzaninotto b1a3b9e
sortBy and source are the same in DataTable.Col
fzaninotto 6ae7ee4
Remove props injection
fzaninotto 32642a2
use in PostList
fzaninotto 5675bea
Fix expand all style
fzaninotto 5ae2543
Split into smaller components
fzaninotto 769c3fb
Split context for performance
fzaninotto 6069b8e
Add memoization
fzaninotto 970ae13
Introduce NumberColumn
fzaninotto 3f75e81
Rename component to field
fzaninotto aa09ae0
Misc styles adjustments
fzaninotto e6fb257
Use in demos
fzaninotto 244a08e
Add ability to omit columns
fzaninotto 3ce3831
Regice expand margin
fzaninotto e302de8
migrate demo
fzaninotto d51a0cd
Fix style
fzaninotto bff4b8e
Do some renaming
fzaninotto 13da449
use render context enum instead of multiple contexts
fzaninotto 85ae049
[WIP] Add drag and drop
fzaninotto f5dd0ca
Working prototype
fzaninotto 652fbef
Fix button items order
fzaninotto 082f004
Improve story
fzaninotto 9c6feef
Fix typechecking
fzaninotto a0570ec
Fix e2e tests
fzaninotto e7dcf33
Add more stories
fzaninotto 5467c3c
Refactor for easier customization
fzaninotto e2ba624
Add story for footer
fzaninotto e8ac875
Add a few tests
fzaninotto 89374e0
Fix jsdoc
fzaninotto d6fd6c7
Add transition to expand panel
fzaninotto 89b4e01
Add doc (WIP)
fzaninotto 49b591e
Add link to doc
fzaninotto 83004e6
Add DataTable.Col cellSx
fzaninotto 2d518f2
Remove temp file
fzaninotto b174dc2
Final touches for the first draft of the doc
fzaninotto 55e8549
Migrate remaining demos, make NumberCol more potent
fzaninotto 748e0c5
Fix spelling and grammar
fzaninotto bc997f6
Make column components generic
fzaninotto 7105fc0
More type safety
fzaninotto 2c7935d
Merge branch 'next' into datagrid-modern
fzaninotto 239443e
Make standalone mode work without bulkActionButtons={false}
fzaninotto f16ca21
Fix too strong inference
fzaninotto 5c55daf
Fix tests
fzaninotto 372e66e
Fix warning
fzaninotto a521f8d
Add tests
fzaninotto 9a71bd2
Update docs/DataTable.md
fzaninotto ac28f05
Review
fzaninotto 0aa66fe
Rename and make configurable
fzaninotto 33c8756
Introduce DataTableBase
fzaninotto cccc015
Move core datatable files to ra-core
fzaninotto 827047e
Revert demo test change
fzaninotto c6d5f32
Add unit tests
fzaninotto 9974182
Improve expand stories UI
djhi 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
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.
Uh oh!
There was an error while loading. Please reload this page.