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

### TanStack Table version 8.21.3 ### Framework/Library version 18.3.1 ### Describe the bug and the steps to reproduce it In my project we use React and it's `useDeferredValue` hook for...

### Describe the bug I was looking at the manual pagination example here: `https://tanstack.com/table/v8/docs/examples/react/pagination-controlled` and noticed that the pagination is happening at the query level. When trying to add the...

The `getColumn` method is already typed to return `Column | undefined`, indicating to callers that the result might be undefined. The current `console.error` logging when a column is not found:...

Fix https://github.com/TanStack/table/issues/6025 the `onChange` in the memo options is always called once on initialization, for each model. Several models enqueue a call to `_autoResetPageIndex` (core model, sorted model, grouped model),...

### TanStack Table version v8.21.3 ### Framework/Library version React v18.2.0 ### Describe the bug and the steps to reproduce it When the table is initialized with a pagination state, and...

### TanStack Table version "@tanstack/react-table": "^8.21.3", "@tanstack/react-virtual": "^3.13.9", ### Framework/Library version "react": "^19.1.0", "react-dom": "^19.1.0" ### Describe the bug and the steps to reproduce it I have been trying to...

This PR addresses a grammar/typo fix in the TanStack Table documentation.

### TanStack Table version v8.21.3 ### Framework/Library version svelte v4 and 5 (with the replacement from https://github.com/dummdidumm/tanstack-table-8-svelte-5) ### Describe the bug and the steps to reproduce it Here is my...