v2.4.0
What's Changed
- Upgraded to TanStack Table
v8.11.3
for bug fixes with expanding and row selection - Added
'datetime'
,'datetime-range'
,'time'
, and'time-range'
filter variants - Added Tooltips to pagination buttons
- Added new
MRT_ColumnVirtualizer
andMRT_RowVirtualizer
types - Added behavior to not render Save Row button unless either
onCreatingRowSave
oronEditingRowSave
is provided - Allowed
muiColumnActionsButtonProps.children
to be overridden with a custom icon - Fixed issue with Sticky Row Pinning and Row Virtualization
- Fix pagination props being invalid in docs by @Rishi556 in #907
- Feat: creating row with external button by @dangkhoa99 in #903
- Fix pin icon loop mouse enter and over, crash when scroll after pin row in table enable row virtualization by @dangkhoa99 in #910
- bug/fix head cell column action cell button by @Nir-Cohen in #912
- add datetime and datetime-range filter variants by @noam3127 in #905
New Contributors
- @Rishi556 made their first contribution in #907
- @Nir-Cohen made their first contribution in #912
- @noam3127 made their first contribution in #905
Full Changelog: v2.3.1...v2.4.0