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.20.5 ### Framework/Library version React 18 ### Describe the bug and the steps to reproduce it I don't understand why do those handlers exclude each other...
### Describe the bug I'm trying to combine virtual scrolling and row grouping, but it is causing an infinite loop. [Here](https://codesandbox.io/p/sandbox/elastic-mendeleev-3nqqhg?embed=1&file=%2Fsrc%2Fmain.tsx%3A75%2C32) is an example. Uncomment line 75 in `main.tsx` and...
### TanStack Table version v.8.20.5 ### Framework/Library version v17.02 ### Describe the bug and the steps to reproduce it Link: https://tanstack.com/table/latest/docs/framework/react/examples/kitchen-sink --- I've tried across multiple browsers and the React...
### TanStack Table version 8.5.11 ### Framework/Library version react 18 ### Describe the bug and the steps to reproduce it Hi, I'm encounter issue when using row selection with manual...
This came up [on Discord](https://discord.com/channels/719702312431386674/1003326939899113492/1384416391104299108). Values for `footer` are set but never used.
The sentence before was "This doesn't necessarily that your app" where the word "mean" didn't exist, this commit aims to add that.
### TanStack Table version v8.13.2 ### Framework/Library version React 18 ### Describe the bug and the steps to reproduce it  There is space between the first two pinned column....
### Describe the bug Tried the codesandbox for column resizing and tried to implemented it inside Storybook to document our table component and the column resizing use case. Then suddenly...
The types for nested arrays in the `DeepKeys` type seem definitely wrong to me. The type properly handles tuples, but not arrays of arbitrary length. For example, given this type:...