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

## Description: This PR implements comprehensive parent-child selection behavior enhancements when `enableSubRowSelection` is enabled, resolving critical indeterminate state issues and improving hierarchical table user experience. ## Fixes: * https://github.com/TanStack/table/issues/6049

### TanStack Table version 8.21.3 ### Framework/Library version React 18.3.1 ### Describe the bug and the steps to reproduce it Trying to see the [React Example: Query Router Search Params](https://tanstack.com/table/latest/docs/framework/react/examples/query-router-search-params)...

### TanStack Table version V8.20.5 ### Framework/Library version 18.3.1 ### Describe the bug and the steps to reproduce it The autoResetExpanded can not reset the expanded state even if I...

This fixes https://github.com/TanStack/table/issues/5173 Keep track whether we've seen any selectable rows and if not return false from isSubRowSelected.

Fixes [slice array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/slice) logic in `getAutoSortingFn` to properly sample first 10 rows for default auto row sorting. Fixes https://github.com/TanStack/table/issues/4908

The docs reference a equalsStringSensitive filter function that seems to be entirely missing. Figured simple enough to include rather than remove from the docs. (Unless there's historical reasons for it...

Corrects an incorrect link in the TanStack Router **core** docs: * Replaces `headers` with the correct `header` path segment. The current link returns a 404. `header` is the actual URL...

The PR adds and removes a verb in one place, respectively.

This pull request includes a small change to the `RowDragHandleCell` component in `examples/react/row-dnd/src/main.tsx`. The change adds the `setNodeRef` attribute to the drag handle button to improve functionality and resolve potential...

### TanStack Table version 8.10.7 ### Framework/Library version svelte-table ### Describe the bug and the steps to reproduce it set manual sorting to true ### Your Minimal, Reproducible Example -...