react-query-questions
solid-query-questions
table-questions
virtual-questions
router-questions
react-charts-questions
ranger-questions
vue-query-questions
svelte-query-questions
bling-questions
form-questions
angular-query-questions
start-questions
db-questions
start-showcase
router-showcase
📣-announcements
Do you have a plan for making Table compatible with React Compiler ?
Dynamic table with Shadcn + Tanstack Query + Tanstack Router
Using .setState(), .getState()
`aggregationFn` types in `aggregatedCell`
aggregationFn and aggregatedCell? I have a column with union type 'first' | 'second', and for example aggregationFn of unique shows it as "first,second". The return type of aggregatedCell.getValue() is still just the same union, but shouldn't it in theory be ('first' | 'second')[]? Same if I provide a custom aggregationFn that returns an array.Table where rows are columns
Render Facets using ColumnDef Renderers
column.getFacetedUniqueValues() using the columnDef cell renderer?
Trying to avoid code duplication....Why use react-table?
Filter grouped rows based on leaf counts
autoResetPageIndex with server-side pagination?
autoResetPageIndex is set to false when using manualPagination, which makes sense. However, I still want to achieve the same behavior, i.e. I want the page index to reset when the filters change.
I don't see this mentioned anywhere in the documentation or in the examples.
Should I reset the page index as a side effect in onGlobalFilterChange and onColumnFiltersChange?...How to use TanStack Table with FormKit DnD for column reordering?
Can I use wrapper functions to get column defs dynamically?
Dynamically hide columns based on width/resize
Expanding same row.
Computed Data doesn't update properly (Vue reactivity issue)
Infinite table height (Must be fixed, but how to deal with diff screen sizes?)
How to make defaultColumn context aware and conditionally add functionality

Tips on typing ColumnDef for a table with expandable rows
Parent and the child rows Parent['children'][number]. They will both display their name in the name column but each type uses a different key for that data. Also, most of the columns will be dedicated to child row data.
Unfortunately, typing the columns like ColumnDef<Parent> results in TS assuming every row implements the Parent type. Does anyone have a good idea for this besides massaging the data and using a discriminated union?...Will invertSorting work for server-side sorting (manualSorting : true)
invertSorting work for server-side sorting (manualSorting : true)Row Selection not reactive
Is there any theming or styling system to just plugin some existing styling?