table icon indicating copy to clipboard operation
table copied to clipboard

🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table

Results 373 table issues
Sort by recently updated
recently updated
newest added

### 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: ![image](https://user-images.githubusercontent.com/180949/189655650-189b37e4-6392-4362-a405-8b169bda5a19.png) Leaf: ![image](https://user-images.githubusercontent.com/180949/189655723-1df90317-676c-4d37-9a39-1806809ebe1c.png) Middle: ![image](https://user-images.githubusercontent.com/180949/189655771-cc3e2f48-bef0-4b1c-a444-1f28f3f8e301.png) Root: ![image](https://user-images.githubusercontent.com/180949/189655824-e0e3ac8f-d3c7-458a-baba-7317498c3252.png)

### 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 ![image](https://user-images.githubusercontent.com/56015532/184811610-57a82cae-b6f9-4381-b11d-1dfe05cae65c.png) ### Your minimal, reproducible example https://tanstack.com/table/v8/docs/examples/react/full-width-resizable-table ### Steps...

Done this while exploring the repository

### 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...