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 I was going through the documentation of the react-table-v7 and the moment I scrolled down, two components from right section of the page started to collapse...

v7

### Describe the bug Pinned columns are sorted according to `columnPinning.left`, rather than `columnOrder`. ### Your minimal, reproducible example https://codesandbox.io/s/columnpinning-columnorder-q4hq2s. ### Steps to reproduce I've changed lines 75-83 of the...

### Describe the bug When combining flexbox with resizing, like in the [Full Width Resizable Table](https://tanstack.com/table/v8/docs/examples/react/full-width-resizable-table) example the resizing does not work as expected. When trying to resize, the column...

### Describe the bug i have put the width in that email column but its still going so long. data is dummy. ![Screenshot from 2022-09-02 17-04-33](https://user-images.githubusercontent.com/63530626/188131222-5f28f9f6-3a2c-42db-b880-dd2b04576fd8.png) ### Your minimal, reproducible...

Adding the plugin to the full-width example. Currently, this triggering a 502 gateway issue with CodeSandbox. Adding the plugin fixes the issue.

this adds a fix on the columnDef type described at https://github.com/TanStack/table/issues/4302

### Describe the bug When using the `getGroupedRowModel`, some of the selection behvaior seems to be off: a) when using `table.getToggleAllRowsSelectedHandler()`, all rows get selected, but none of the grouped....

### Describe the bug while on RTL mode, column resizing is working backwards. ### Your minimal, reproducible example https://codesandbox.io/s/mystifying-glade-ng5e9f ### Steps to reproduce try to resize a column ### Expected...

### Describe the bug React Table does not initially sort the values when enableSorting is false. ### Your minimal, reproducible example https://codesandbox.io/s/react-table-v8-initial-sorting-issue-mdic6x?file=/src/main.tsx ### Steps to reproduce 1- Open the example...

### Describe the bug looks like when I try to upgrade from 8.2.3 -> 8.5.11 it crashes my app and I found out through a test case. When accessor key...