table
table copied to clipboard
🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
Reverts TanStack/table#4207
### TanStack Table version V8.17.3 ### Framework/Library version React ^18 ### Describe the bug and the steps to reproduce it When implementing Column ordering DnD I encountered 2 issues: 1....
### Describe the bug When columns have a group column and the group column is in a non final position, and then initialize the columnOrder, you will find that the...
This support provides option to simplify the component creation process. By allowing consumers to use signal inputs and component types directly.
# What's this PR https://github.com/TanStack/table/issues/5363 The above issue reported that `getValues` returns stale cached values after changing accessor functions. This PR fixes it. [8cd8449](https://github.com/TanStack/table/pull/5582/commits/8cd84491002e8033318165779d4abfaa9f2e6b13): add unit tests [f66f4e6](https://github.com/TanStack/table/pull/5582/commits/f66f4e6ea6096355ddfb45695318840aa01da5c9): accessor functions...
### TanStack Table version table-core v8.17.3 ### Framework/Library version react ### Describe the bug and the steps to reproduce it current implementation for `cell.getIsAggregated` is https://github.com/TanStack/table/blob/22e1ac4e8536fb959093574b0e2d42d3faa6f992/packages/table-core/src/features/ColumnGrouping.ts#L396 i would argue that...
### TanStack Table version v8.17.3 ### Framework/Library version v18.3.0 ### Describe the bug and the steps to reproduce it Calling `row.getParentRow()` inside a custom filter function for a given column...
The `filterValue` for this function is not an array. Therefore, we should not check for its length.
### TanStack Table version 8.17.3 ### Framework/Library version 18.2.0 ### Describe the bug and the steps to reproduce it The closed issue #4720 has potential bugs. It can be verified...
### TanStack Table version v8.16.0 ### Framework/Library version [email protected] ### Describe the bug and the steps to reproduce it When implementing filters on a table, I encountered an issue where...