table
table copied to clipboard
🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
### Describe the bug `ColumnDef` typing is not working correctly, when a type is passed as a parameter it doesn't show me the correct typing ### Your minimal, reproducible example...
Fixed an issue in v7 docs where the "Subscribe to Bytes form would overlap the "On This Page" section on Scroll as described in #4365
All the documentation and examples I've seen for filtering use state.columns inside the Table component, with `onChange={value => column.setFilterValue(value)}`. Is there a way I can expose this functionality to the...
This is regarding: https://github.com/TanStack/table/issues/4190 Unfiltered:  Leaf:  Middle:  Root: 
### Describe the bug I've tried a few things but wasn't able to prevent the table from losing the filter state. It's somewhat counter intuitive since one would want to...
### Describe the bug There is an error in Tanstack Table V8 homepages > React Examples > Full Width Resizable Table  ### Your minimal, reproducible example https://tanstack.com/table/v8/docs/examples/react/full-width-resizable-table ### Steps...
Fixes #4245
Done this while exploring the repository
Fixes https://github.com/TanStack/table/issues/4271
### Describe the bug I created a table that allows deleting selected rows. When I delete the rows - I set the data state to be without the the deleted...