Skip to main content
Back to the directory
tanstack-skills/tanstack-skillsSoftware EngineeringFrontend and Design

tanstack-table

TanStack Table is a headless UI library for building data tables and datagrids. It provides logic for sorting, filtering, pagination, grouping, expanding, column pinning/ordering/visibility/resizing, and row selection - without rendering any markup or styles.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/tanstack-skills/tanstack-skills --skill tanstack-table
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, tanstack-table has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: tanstack-skills/tanstack-skills. Canonical URL: https://skills.sh/tanstack-skills/tanstack-skills/tanstack-table.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
TanStack Table is a headless UI library for building data tables and datagrids. It provides logic for sorting, filtering, pagination, grouping, expanding, column pinning/ordering/visibility/resizing, and row selection - without rendering any markup or styles. Package: @tanstack/react-table Utilities: @tanstack/match-sorter-utils (fuzzy filtering) Current Version: v8 - Column Definitions - describe columns (data access, rendering, features) - Table Instance - central coordinator with state and APIs - Row Models - data processing pipeline (filter -> sort -> group -> paginate) - Headers, Rows, Cells - renderable units - Always memoize data and columns to prevent infinite re-renders - Use flexRender for all header/cell/footer rendering - Use table.getRowModel().rows for final rendered rows (not getCoreRowModel) - Import only needed row models - each adds processing to the pipeline - Use getRowId for stable row keys when data has unique IDs - Use manualX options for server-side operations - Pair controlled state with both state.X and onXChange - Use module augmentation for custom meta, filter fns, sort fns - Use column helper for type-safe column definitions - Set autoResetPageIndex: true when filtering should reset pagination - Defining columns inline (creates new ref each render) - Forgetting getCoreRowModel() (required for all tables) - Using row models without importing them -...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does tanstack-table do?

TanStack Table is a headless UI library for building data tables and datagrids. It provides logic for sorting, filtering, pagination, grouping, expanding, column pinning/ordering/visibility/resizing, and row selection - without rendering any markup or styles.

Is tanstack-table good?

tanstack-table does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support tanstack-table?

tanstack-table currently lists compatibility with Skills CLI.

Is tanstack-table safe to install?

tanstack-table has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to tanstack-table?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install tanstack-table?

Run the following command to install tanstack-table: npx skills add https://github.com/tanstack-skills/tanstack-skills --skill tanstack-table

Related skills

More from tanstack-skills/tanstack-skills

Related skills

Alternatives in Software Engineering