Releases: KevinVandy/material-react-table
Releases · KevinVandy/material-react-table
v1.2.5
v1.2.4
What's Changed
- Fixed: Use default MUI exports to lower number of modules compiled during dev mode
- Update data-columns.mdx by @dmhumphrey in #132
Full Changelog: v1.2.2...v1.2.4
v1.2.2
What's Changed?
- More display headers and detail panel stuff disabled during isLoading state being true
- Fix overflow issues with expand all button and select all checkbox
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Fix detail panels crashing on null cell values when
isLoading
state set to true - Update data-columns.mdx by @dmhumphrey in #126
- Update display-columns.mdx by @dmhumphrey in #127
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Show ellipsis when header cell overflows by @tacigar in #103
- Column Actions and Column Grab Handles now left-align by default
- Column Alignment Improvements when align is
'center'
or'right'
New Contributors
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- footer z-index fix during fullscreen mode
- bigger resize handle accessibility
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- New
memoMode
prop to enable memoizing cells, rows, or the entire table body - Radio Buttons now show instead of checkboxes when
enableMultiRowSelection={false}
- Fix dragging column bottom-border sometimes showing on wrong row
- Various Render Performance Improvements
- Update table-instance-apis.mdx by @dmhumphrey in #94
- Update props.mdx by @dmhumphrey in #95
- Update column-options.mdx by @dmhumphrey in #96
- Update state-options.mdx by @dmhumphrey in #97
- Update state-options.mdx by @dmhumphrey in #98
- Rootprops update and sorting documentation correction by @kiledonley in #100
- More Progress on the Props Documentation by @kiledonley in #101
- Add Japanese locale by @adenohitu in #104
- chore: add generic to MRT_ColumnDef sortingFn by @gaspardip in #105
New Contributors
- @adenohitu made their first contribution in #104
Full Changelog: v1.0.11...v1.1.0
v1.0.11
What Changed?
- Fixed sticky header with pinned columns in full-screen mode
Full Changelog: v1.0.10...v1.0.11