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
Where has Tables been in my dev life? Love it! Couple of questions.

lit table data not reactive
I tried, as part of debugging, using the vanilla js createTable function from @tanstack/table-core with as close to the same options as I could (that function seems to require a few things be present in the options that the lit controller doesn't?). When I run the table this way, the data is reactive, but the table is not (clicking headers does not resort the data).
I'm having trouble figuring out what I might be doing wrong, and would appreciate any pointers on how to debug this. ...
Empty getRowModel() rows despite having data
hidden and I do filter these on the backend. It's all working with the api and I can see that the data is passed on to the DataTable. The getRowModel() function returns empty rows still, wondering if I am missing something or did some weird config. Here is the sample of my implementation:
```
let tableConfig: TableOptions<DataWithOnClick<TData>> = {
data,
columns,...Show pivoted column value on child rows - table v6
Cell and Pivot props with no luck.
...
Is it possible to sort data in each group?
Suspense within table
No editable table (and others) example for svelte
Table scrolling

How to type Columns when they are defined with createColumnHelper()?
Using TanStack tables in Astro
Can't use filtering with value 1 (number), works for other numbers.

US partner wanted for a profitable venture
Using aggregations without grouping? / How to display a unique count cell in the footer ?
Update Column Definition Dynamically
fully controlled table component that uses react-table.
Possible to update state via functionalUpdate by passing in updater manually?
React memo with Row selection
Horizontal Scroll

