New features
filterType: 'datetime'— filter to a specific date and time via adatetime-localinput;Equalsmatches the exact instant. → Filtering (#1362)filterType: 'time'— filter by time of day across all dates; supports seconds andBetweenwindows that wrap past midnight. → Filtering
Bug fixes
- Client-side filtering now runs before pagination, so filters match across all pages instead of just the current one. → Filtering (#1364)
- A
filterablecolumn with no explicitidnow filters instead of silently doing nothing. → Filtering (#1363) - A custom
filterFunctionnow runs for value-less operators, not only when a value is entered. → Filtering (#1366) - The
datefilter'sEqualsno longer skips by a day for timestamped cells in non-UTC timezones. → Filtering animateRows: fixed sort animation breaking across a sort cycle, not animating underfixedHeader, entrance animations being skipped with a numerickeyField, stale styles from an interrupted animation, and the expander close animation being cut short or leaking a timer. Sort movement is also smoother. → Animations (#1368)- The loading skeleton shimmer and the default spinner now stop under
prefers-reduced-motion: reduce.
Full changelog: https://reactdatatable.com/docs/changelog