TanStack / table

🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
https://tanstack.com/table
MIT License
24.61k stars 3.04k forks source link

The `FiltersTableState` type is no longer exported after PR #5413, It's a breaking change. #5434

Open matthawk60 opened 4 months ago

matthawk60 commented 4 months ago

There are a bunch of examples that use FilteredTableState as a type. This completely breaks that.

I'd be more than happy to help contribute If I could get some information on why the filters were split in the first place.

Originally posted by @matthawk60 in https://github.com/TanStack/table/issues/5413#issuecomment-2017393521

KevinVandy commented 4 months ago

sorry, didn't know anyone was using these internal types. It was renamed to ColumnFiltersTableState