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

- Fixed sorting logic in RowSorting.ts to properly clear existing multi-sort when clicking without shift key - Added comprehensive tests to verify the fix works correctly - Ensures single column...

### TanStack Table version v8.21.3 ### Framework/Library version React 19.1.1 ### Describe the bug and the steps to reproduce it I am trying to implement custom server-side column faceting, as...

### TanStack Table version v8.21.3 ### Framework/Library version React v18.3.1 ### Describe the bug and the steps to reproduce it When using TanStack Table with row selection and filtering, the...

### TanStack Table version v8.21.3 ### Framework/Library version Nuxt v4.0.3 ### Describe the bug and the steps to reproduce it When using the `@tanstack/vue-table` [`FlexRender`](https://github.com/TanStack/table/blob/main/packages/vue-table/src/index.ts#L29) component in SSR, an hydration...

### TanStack Table version v8.21.3 ### Framework/Library version React v18.3.1 ### Describe the bug and the steps to reproduce it # Overview If the `filterFromLeafRows` config option is `true`, `columnFiltersMeta`...

### TanStack Table version https://tanstack.com/table/latest/docs/framework/react/examples/sorting ### Framework/Library version https://tanstack.com/table/latest/docs/framework/react/examples/sorting ### Describe the bug and the steps to reproduce it Hi, I found the multi-sort behavior is not correct when clicked...

### TanStack Table version 8.21.3 ### Framework/Library version React 18.2 ### Describe the bug and the steps to reproduce it Hello and thanks for that fantastic library! I have a...

### TanStack Table version Latest ### Framework/Library version Core ### Describe the bug and the steps to reproduce it https://tanstack.com/table/v8/docs/guide/column-filtering#:~:text=This%20doesn%27t%20necessarily%20that%20your%20app It is written "This doesn't necessarily that your app will...

Fixes a typo in the "Column Filtering Guide" doc. Fixes https://github.com/TanStack/table/issues/6064