TanStack/table

🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table

28kStars on the repository
32Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

grouping

25

TanStack/table

Skill Claude CodeCodex

Group rows with columnGroupingFeature, groupedRowModel, groupedColumnMode, and manualGrouping. Load for grouped or placeholder cells and grouping interactions with expansion or pagination.

28k 2d ago A 36 tokens original MIT

pagination

26

TanStack/table

Skill Claude CodeCodex

Paginate with rowPaginationFeature and paginatedRowModel or manualPagination. Load for pageIndex/pageSize state, rowCount/pageCount, unknown next-page limits, already-paginated server data, or autoResetPageIndex surprises.

28k 2d ago A 49 tokens original MIT

row-pinning

27

TanStack/table

Skill Claude CodeCodex

Pin stable row IDs into top, center, and bottom collections with rowPinningFeature and keepPinnedRows. Load for filtering/pagination visibility, explicit region rendering, or renderer-owned sticky CSS.

28k 2d ago A 43 tokens original MIT

row-selection

28

TanStack/table

Skill Claude CodeCodex

Maintain rowSelection ID state with stable getRowId, single, multi, subrow, and Shift-range rules, selected row models, handler anchors, and manual-pagination semantics. Load when implementing getToggleSelectedHandler, enableRowRangeSelection, selectChildren, deselectParents, or selected IDs that outlive loaded Row…

28k 2d ago A 68 tokens original MIT

sorting

29

TanStack/table

Skill Claude CodeCodex

Sort with rowSortingFeature, sortedRowModel, sortFns, multi-sort and removal options, sortUndefined, and manualSorting. Load for comparator direction, incoming server order, or product-specific sorting cycles.

28k 2d ago A 43 tokens original MIT

table-features

30

TanStack/table

Skill Claude CodeCodex

Register TanStack Table v9 tableFeatures, feature plugins, createRowModel factories, and function registries in prerequisite order. Load when an option, state slice, or instance API is missing, or when choosing explicit features versus stockFeatures.

28k 2d ago A 53 tokens original MIT

typescript

31

TanStack/table

Skill Claude CodeCodex

Preserve TanStack Table v9 inference with createColumnHelper, columns(), tableOptions, tableFeatures, and metaHelper. Load for ColumnDef errors, reusable tables, typed meta, named registries, or unnecessary manual feature generics.

28k 2d ago A 50 tokens original MIT