web-ui-tanstack-table
Installation
SKILL.md
TanStack Table Patterns
Quick Guide: TanStack Table v8 is table logic — it computes rows, cells and header groups and renders nothing at all. You describe the data with
createColumnHelper<T>(), opt into each feature by importing its row model, and render whatever markup you like from what the instance returns. Two facts cause most of the trouble:dataandcolumnsmust be stable references or the table recomputes forever, and themanual*flags are what tell it the server has already done the work.
Detailed Resources: