table
table copied to clipboard
🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
### TanStack Table version 8.21.3 ### Framework/Library version React 18.3.1 and later ### Describe the bug and the steps to reproduce it When using TanStack Table together with TanStack Virtual...
## 🎯 Changes Fixing typo in the column filtering guide ## ✅ Checklist - [x] I have followed the steps in the [Contributing guide](https://github.com/TanStack/table/blob/main/CONTRIBUTING.md). - [ ] I have tested...
## 🎯 Changes Single char fix for parens typo ## ✅ Checklist - [x] I have followed the steps in the [Contributing guide](https://github.com/TanStack/table/blob/main/CONTRIBUTING.md). - [ ] I have tested this...
### TanStack Table version 8.20.6 ### Framework/Library version React 19.0.0 ### Describe the bug and the steps to reproduce it When a column is created using the `columnHelper.accessor()` utility within...
colspan -> colSpan ## 🎯 Changes ## ✅ Checklist - [x] I have followed the steps in the [Contributing guide](https://github.com/TanStack/table/blob/main/CONTRIBUTING.md). - [x] I have tested this code locally with `pnpm...
## 🎯 Changes fixed a typo where the 'both' word is written twice in this paragraph : > TanStack table supports both both client-side and manual server-side filtering. This guide...
### TanStack Table version v7.3.2 ### Framework/Library version v18.3 ### Describe the bug and the steps to reproduce it I am trying to implement a "toggle collapse header group" functionality:...
### TanStack Table version v8.21.3 ### Framework/Library version Vue 3.5.21 ### Describe the bug and the steps to reproduce it I have the following column: ```js columnHelper.accessor('foo', { filterFn: (()...
When used as the type for a function parameter, `readonly` ensures that the parameter will not be mutated inside the function. The `columns` and `data` array inputs are never modified...
## Summary by CodeRabbit * **Bug Fixes** * Ensures column filter metadata is correctly propagated to leaf rows during leaf-based filtering, resolving inconsistent results and missing/incorrect filter states in grouped...