table icon indicating copy to clipboard operation
table copied to clipboard

🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table

Results 373 table issues
Sort by recently updated
recently updated
newest added

### Describe the bug Cannot read properties of undefined (reading 'rows') with basic example on github const defaultData = [ { firstName: "tanner", lastName: "linsley", age: 24, visits: 100, status:...

### Column pinning inconsistency I'm trying to implement stickiness of table columns. Something similar to https://www.npmjs.com/package/react-table-sticky but for the current version. I was trying to define `position: sticky` and manipulate...

### Describe the bug The TanStack documentation describes that you can use array indices as the `accessorKey` value if your data is in the form of nested arrays: https://tanstack.com/table/v8/docs/guide/column-defs#array-indices However,...

### Describe the bug I created table and it just keeps re-rendering, not really sure why ### Your minimal, reproducible example https://codesandbox.io/s/mantine-playground-forked-pslviy?file=/src/App.tsx:0-3415 ### Steps to reproduce 1. Run the codesandbox...

### Describe the bug When react-table render then I am doing Column Visibility and managing that Column Visibility JSON/OBJECT/Params (with required column names) in localstorage / Cookies so when I...

### Describe the bug I have a scenario where I have to toggle the column visibility and according to it the width should be scale for non fixed width columns,...

### Describe the bug The `header.getResizeHandler()` works well if the table is not full-width. But when working with full-width tables, it does not handle the `ColumnSizingState` properly. ### Your minimal,...

### Describe the bug Even if the table is provided with enableSubRowSelection: false, calling a handler from `getToggleAllRowsSelectedHandler` will still select all rows. ### Your minimal, reproducible example https://codesandbox.io/p/sandbox/focused-ben-wfks52?embed=1&file=%2Fsrc%2Fmain.tsx%3A148%2C5 ###...

Global Filters is an excellent feature for dealing with huge datasets. I tried to use this fantastic functionality in TanStack React table, however it didn't work. I discovered that 'getFilteredRowModel'...

Provide detailed instructions on the "enableMultiSort" option and modified the examples of react、solid、svelte、vue ![image](https://github.com/TanStack/table/assets/22257014/08f862ce-c359-465c-b1c9-b6455ee698c9)