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 The docs page "[React Example: Row Dnd](https://tanstack.com/table/v8/docs/examples/react/row-dnd)" isn't working properly. ### Your minimal, reproducible example https://tanstack.com/table/v8/docs/examples/react/row-dnd ### Steps to reproduce 1. Go to the docs and...

### Describe the bug The row ID and index are not changing when switching pages while using manual pagination with react query data. This bug means each row after the...

### Describe the bug Calling `toggleVisibility` on multiple columns in a forEach, will only toggle one of the columns. ### Your minimal, reproducible example https://codesandbox.io/p/sandbox/nervous-maria-kzvmjw?welcome=true&file=%2FREADME.md ### Steps to reproduce Click...

### Describe the bug Hi! In the current project, we have two types of tables: controlled and independent. Both of them have the default options for pagination and for expanding:...

### Describe the bug Implemented custom sort but not working as described in the document. https://tanstack.com/table/v8/docs/api/features/sorting?from=reactTableV7&original=https://react-table-v7.tanstack.com/docs/api/useSortBy ### Your minimal, reproducible example https://codesandbox.io/s/eloquent-wilson-izkkgl ### Steps to reproduce Followed the steps as...

### Describe the bug You will see this warning when trying to use flexRender to render a jsx component which should be an anchor element of a popover, and the...

### Describe the bug When the first value of a column is neither a string nor a number, this column is considered to be not filterable according to the docs....

When using tanstack table with proxy objects as row data, copying cell values to the cache is unwanted behavior as they are no longer connected to the row proxy object....

Basic sorting algorithm description is incorrect `a>b` and `bb` condition is not right, you shoud judge `a

add exemple with **custom JSX component columns** , pagination, filters and virtualized rows