TanStack Table v8 headless data tables with server-side features for Cloudflare Workers + D1. Use for pagination, filtering, sorting, virtualization, or encountering state management, TanStack Query coordination, URL sync errors.
View on GitHubsecondsky/claude-skills
tanstack-table
January 24, 2026
Select agents to install to:
npx add-skill https://github.com/secondsky/claude-skills/blob/main/plugins/tanstack-table/skills/tanstack-table/SKILL.md -a claude-code --skill tanstack-tableInstallation paths:
.claude/skills/tanstack-table/# TanStack Table Skill Build production-ready, headless data tables with TanStack Table v8, optimized for server-side patterns and Cloudflare Workers integration. --- ## When to Use This Skill **Auto-triggers when you mention:** - "data table" or "datagrid" - "server-side pagination" or "server-side filtering" - "TanStack Table" or "React Table" - "table with large dataset" - "paginate/filter/sort with API" - "Cloudflare D1 table integration" - "virtualize table" or "large list performance" **Use this skill when:** - Building data tables with pagination, filtering, or sorting - Implementing server-side table features (API-driven) - Integrating tables with TanStack Query for data fetching - Working with large datasets (1000+ rows) needing virtualization - Connecting tables to Cloudflare D1 databases - Need headless table logic without opinionated UI - Migrating from other table libraries to TanStack Table v8 --- ## What This Skill Provides ### 1. Production Templates (7) - **Basic client-side table** - Simple table with local data - **Server-paginated table** - API-driven pagination with TanStack Query - **D1 database integration** - Cloudflare D1 + Workers API + Table - **Column configuration patterns** - Type-safe column definitions - **Controlled table state** - Column visibility, pinning, ordering, fuzzy/global filtering, row selection - **Virtualized large dataset** - Performance optimization with TanStack Virtual - **shadcn/ui styled table** - Integration with Tailwind v4 + shadcn ### 2. Server-Side Patterns - Pagination with API backends - Filtering with query parameters - Sorting with database queries - State management (page, filters, sorting) - URL synchronization - TanStack Query coordination ### 3. Cloudflare Integration - D1 database query patterns - Workers API endpoints for table data - Pagination + filtering + sorting in SQL - Bindings setup (wrangler.jsonc) - Client-side integration patterns ### 4. Performance Optimization - Virtualization