v2.13.0
What's Changed
- Upgraded to TanStack Table v8.16.0
- New
sortUndefined
"first"
and"last"
options to allow forcing undefined values to be pushed to the beginning or end of sorted rows. - New
_features
table option to allow adding new custom internal features to the TanStack Table instance. - fixed
column.getCanGroup
always resolving totrue
- New
- Started using the default modal
z-index
value from the MUI theme for the full-screen table dialog to avoid issues with other modals and app bar components. - Disabled Edit Save Button when
isSaving
state istrue
- Fixed DatePicker Types generic
- disable "save" button when "isSaving" is true by @loughlinclaus3 in #1032
- Storybook 8 upgrade by @KevinVandy in #1047
- really small typo fix by @rikusen0335 in #1066
- typo fix by @amv1017 in #1071
- Update best-practices.mdx by @andreawesleyciardi in #1098
- Update pl.ts by @MarekPatyna in #1089
- fix(docs/index): overflow issue in install command by @tometo-dev in #1095
- Fixed theme index in fullscreen mode by @helt in #1048
- Added Greek language support and updated documentation by @sidkosmas in #1106
New Contributors
- @rikusen0335 made their first contribution in #1066
- @amv1017 made their first contribution in #1071
- @andreawesleyciardi made their first contribution in #1098
- @MarekPatyna made their first contribution in #1089
- @tometo-dev made their first contribution in #1095
- @helt made their first contribution in #1048
- @sidkosmas made their first contribution in #1106
Full Changelog: v2.12.1...v2.13.0