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

This is based on the PR by @jpedroh (https://github.com/TanStack/table/pull/4835) > During render, if the accessorKey was not a string, e.g. a number, it would result in an error when trying...

Adding missing `)` character. ## 🎯 Changes Add missing `)` character on example while define pagination state in vue ## ✅ Checklist - [x] I have followed the steps in...

### TanStack Table version 8.21.3 ### Framework/Library version React 19.2, Next.js 16 ### Describe the bug and the steps to reproduce it Checkboxes inside the table body not working and...

## 🎯 Changes This enables framework agnostic table adapters to create a table outside of the react context, but then use the existing react package to interact with it as...

### TanStack Table version 8.21.3 ### Framework/Library version Vue 3.5.13 ### Describe the bug and the steps to reproduce it Hi all I'm trying to configure the columns to allow...

### TanStack Table version v8.11.6 ### Framework/Library version React ### Describe the bug and the steps to reproduce it Here's the updated title and issue using proper React terminology: ##...

### TanStack Table version v8.21.3 ### Framework/Library version React v19 ### Describe the bug and the steps to reproduce it There are rendered vertical white lines inside the header. Mostly...

## 🎯 Changes I fixed a logic bug in the toggleExpanded function that led to an incorrect calculation of tableDepth. The original logic only deleted the expanded row's ID, but...

### TanStack Table version 8.21.3 ### Framework/Library version 17.0.1 ### Describe the bug and the steps to reproduce it While using the expanding api within tanstack table, I noticed that...

## 🎯 Changes ## ✅ Checklist - [x] I have followed the steps in the [Contributing guide](https://github.com/TanStack/table/blob/main/CONTRIBUTING.md). - [x] I have tested this code locally with `pnpm test:pr`. ## 🚀...