-
Notifications
You must be signed in to change notification settings - Fork 934
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
mui-datatable v3 release #1300
Merged
mui-datatable v3 release #1300
Conversation
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
Setting alwaysRenderToolbar keeps the toolbar when a row is selected
- Introducing new option selectToolbarPlacement with options 'replace', 'above-toolbar', 'none' - Deprecated disableToolbarSelect
- rename option 'above-toolbar' to 'above' - more verbose documentation - array of options
Prevent skipping of heading level for Accessibility and standard semantic HTML purposes. Put text inside `strong` to keep emphasis and bold text. http://web-accessibility.carnegiemuseums.org/foundations/semantic/
fix for removing errors with undefined id, and few other small fixes
…ast-resizer removal of last resizer, addition of props.options to TableResize
…o continued/pr-1144-fix-resizing
Also eliminate side effects among functions for potential testability
Fix errors of the latest PR.
Fixed issues with "responsive" option, added tableBodyHeight and tableBodyMaxHeight options, added new responsive mode "simple"
Added customTableBodyFooterRender
Added confirmFilters option (deprecates serverSideFilterList)
Hide toolbar and select cells on printing
I've released a beta version to npm which can be installed like this:
I still need to do some more testing, but I'm thinking 3.0.0 will be released either tomorrow or Wednesday. |
Well done :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is currently a work in progress. This release will represent the 3.0.0 version of the table.
Goals:
It can be previewed here: https://codesandbox.io/s/github/gregnb/mui-datatables/tree/v3
Current Updates:
Upgrade guide: https://github.com/gregnb/mui-datatables/tree/master/docs/v2_to_v3_guide.md