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
Hidden Columns lead to sluggishness
Can't figure out typeof cell (jsx or text) in custom table implementation
cell.getValue()
returns the raw text data even if the cell is JSX. Can't seem to find any other value or method on the cell instance that points to whether there's JSX involved.Please help with server side pagination useVueTable parameters (shadcn-vue)
rowCount
, does not exist in TableOptions
, second of all, even though I provide pageSize
& pageIndex
accordingly based on my data, the row count display at the bottom is always 10 (0 of 10 row(s) selected.) 😢
Dependencies are as follows:...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.