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.17.3 ### Framework/Library version React v18.2.0 ### Describe the bug and the steps to reproduce it Not sure if a bug of if it's intended behavior...
### Describe the bug When using touch screens, the column resizing behaviour does not work correctly when set to 'onEnd' mode. After debugging this seems to be because the e.touches...
### Describe the bug Kinda weird why this is happening, and maybe I am missing something in the documentation. But I am trying to set up a table with sub-rows,...
Resolves #4759 Toggling a grouped row can have up to two effects: 1. Update the selected state of the grouped row if that grouped row supports selection 2. Update the...
In this case, it will accomplish the same functionality without the type casting
Fix https://github.com/TanStack/table/issues/2028 Add a tip in https://tanstack.com/table/v8/docs/api/features/expanding to mention using the table option `getRowId` to avoid expansion glitch when table data changes. Also mentioned in https://tanstack.com/table/v8/docs/api/core/table#getrowid that the option helps...
### Describe the bug I don't know if this is considered a bug, it is definitely an unexpected behavior it seems that passing undefined to `state.{expanded / columnSizing/ ...}` or...
### TanStack Table version 8.20.1 ### Framework/Library version 18.3.1 ### Describe the bug and the steps to reproduce it I have a table, with rows and sub rows. And some...
### TanStack Table version v8.19.3 ### Framework/Library version React V18.3.1; @tanstack/react-virtual V3.8.3; @dnd-kit/core v6.1.0 ### Describe the bug and the steps to reproduce it 1. Slightly scroll the table body...
Just a small typo fix for the sidebar in the docs.