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

When sub-rows were already expanded on the page, they were added more than once to the pagination row model's flatRows. This was previously reported [here](https://github.com/TanStack/table/issues/5833)

Previously, it was not possible to unset the table.options.getPaginationRowModel option, because the result of that function is cached in table._getPaginationRowModel, and therefore the `!table._getPaginationRowModel` check will always evaluate to false....

### TanStack Table version "@tanstack/react-table": "^8.21.2" ### Framework/Library version "react": "^18.3.1" ### Describe the bug and the steps to reproduce it Hey, Through app we use both client and server...

### TanStack Table version v8.21.2 ### Framework/Library version React v18.2.0 ### Describe the bug and the steps to reproduce it It appears that simply invoking `table.getRowModel()` has the side-effect of...

Edits [this example](https://tanstack.com/table/latest/docs/framework/react/examples/editable-data). This change improves the `columnId` type to assert the possible row keys. #### Before #### After

### TanStack Table version 8.20.5 ### Framework/Library version "react": "^18.2.0", ### Describe the bug and the steps to reproduce it Code Logic: The getAutoSortDir function dynamically determines the initial sort...

Fixes broken relative links

Fixed broken hyperlink for getRowId link, which previously led to a 404 page.

My project uses a custom `getFilteredRowModel`, but I would like to reuse core `filterRows` utility