TanStack Table is a headless UI library for building powerful tables and datagrids in TypeScript and JavaScript. Written primarily in TypeScript, it provides framework-agnostic core functionality with dedicated adapters for React, Vue, Solid, Svelte, Angular, Lit, and Alpine. The library's headless architecture means developers have complete control over markup, styles, and behavior, allowing them to bring their own UI components and styling solutions rather than being constrained by pre-built designs.
The core capabilities of TanStack Table include sorting, filtering, grouping, aggregation, and row selection functionality. The library is designed to be lightweight and virtualizable, making it suitable for server-side implementations and applications handling large datasets. Its framework-agnostic approach allows the same core logic to power table implementations across multiple JavaScript frameworks, reducing duplication and maintenance burden.
This suggests the library benefits from contributions and insights from developers working on foundational tooling and language infrastructure.
TanStack Table includes integration with TanStack Intent, which provides AI coding agent skills for Claude Code, Cursor, Copilot, and similar tools. These skills are packaged with each adapter and version-matched to the installed library, available for v9 and above. The CLI interface allows developers to load guidance, list available skills, and inspect specific skill implementations.
The project actively encourages community participation through GitHub issues, pull requests, discussions, and a Discord community channel. The repository is part of the broader TanStack ecosystem, which includes complementary libraries like TanStack Query for async state management, TanStack Router for type-safe routing, TanStack Form for form state management, and TanStack Virtual for virtualized rendering. The library uses semantic versioning and maintains partnerships with organizations including CodeRabbit, Cloudflare, and AG Grid to support its development and community.