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: data and columns must be stable references or the table recomputes forever, and the manual* flags are what tell it the server has already done the work.

Detailed Resources:

Installs
62
GitHub Stars
24
First Seen
Apr 7, 2026
web-ui-tanstack-table — agents-inc/skills