What's Changed
- Un-deprecated several
mui*Props
that were initially marked as deprecated in V3.0.0. They will be sticking around longer than expected until TanStack Table itself handles mergingdefaultColumn
options better - Updated Types for React 19 (Fixed some JSX namespace issues)
- fix: filterValue is never passed as value in MRT_FilterTextField by @tifosiblack in #1326
- fix: clear sort action menu is disabled if no sorting is active by @fredericbahr in #1332
- fix: filter clear button shown without value by @fredericbahr in #1333
- docs: update custom column filter ui example by @fredericbahr in #1335
- fix: reset column sizing button disabled when columnSize is 0 by @fredericbahr in #1337
- fix: fixes focus moving to next cell when using arrow keys on slider by @fredericbahr in #1338
- fix: show/hide column menu reset order button disabled when column or… by @fredericbahr in #1340
- fix: editInputRefs assignment for select textfields by @fredericbahr in #1339
- fix: total row count for selection went up when grouping by @fredericbahr in #1342
- fix: overlapping input label when filter select is outline by @fredericbahr in #1334
New Contributors
- @tifosiblack made their first contribution in #1326
- @fredericbahr made their first contribution in #1332
Full Changelog: v3.0.2...v3.1.0