table
table copied to clipboard
🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table
### Describe the bug The filterFromLeafRows table option seems to not work properly. It is filtering out way more rows than expected. I used the React Table Expanding example (https://tanstack.com/table/v8/docs/examples/react/expanding)...
### Describe the bug Columns in nested groups do not sort correctly (or at all) in certain scenarios. It's not clear to me exactly what the root cause is, but...
## Description I didn't find any documentations on how we access column meta data. Luckily found this solution in this issue: https://github.com/TanStack/table/issues/3983#issuecomment-1142334750. I think it's better to add it to...
### Describe the bug Some link on the docs show 404 error page ### Your minimal, reproducible example https://tanstack.com/table/v8/docs/guide/column-ordering ### Steps to reproduce 1. Go to the documentation https://tanstack.com/table/v8/docs/guide/column-ordering 2....
### Describe the bug Looking at the examples and docs I expect this to correctly type my columns for me. Instead I get a large error with this code: ```...
hello I think 'cell' needs html rendering. currently, The FlexRender in vue-table doesn't support that feature. so I implemented renderTemplate. if appropriate, it would be nice to create a function...
### Describe the bug I am trying to use `table-core` in our application and there were a few hiccups. ## Issues ### 1. Inconsistent between documentation and code On the...
### Describe the bug When I use a controlled input with `useState` and I also use `useReactTable` and I have sorting for the `name` field, then when I type in...
### Describe the bug Trying to create a column definition through `createColumnHelper` with nested, repeated types causes the typescript error "Type instantiation is excessively deep and possibly infinite." ### Your...