Skip to main content
Back to registry

tanstack-table

jezweb/claude-skills

Headless data tables with server-side pagination, filtering, sorting, and virtualization for Cloudflare Workers + D1

Installs493
Install command
npx skills add https://github.com/jezweb/claude-skills --skill tanstack-table
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Headless data tables with server-side pagination, filtering, sorting, and virtualization for Cloudflare Workers + D1 Last Updated : 2026-01-09 Versions : @tanstack/react-table@8.21.3, @tanstack/react-virtual@3.13.18 Basic Setup (CRITICAL: memoize data/columns to prevent infinite re-renders): Cloudflare D1 API (pagination + filtering + sorting): Client-Side (TanStack Query + Table): Render only visible rows for performance: Known Issue : When using virtualization inside tabbed content or modals that hide inactive content with display: none , the virtualizer continues performing layout calculations while hidden, causing: Source : GitHub Issue #6109 Prevention : Pin columns or rows to keep them visible during horizontal/vertical scroll: Known Issue : Pinning parent group columns (created with columnHelper.group() ) causes incorrect positioning and duplicated headers. column.getStart('left') returns wrong values for group headers. Source : GitHub Issue #5397 Prevention : Show/hide child rows or additional details: Detail Rows (custom content, not nested data): Group rows by column values: Known Issue : The grouping feature causes significant performance degradation on medium-to-large datasets. With grouping enabled, render times can increase from [...], []) or define data/columns outside component - Error : Query refetches but pagination state not synced, stale data - Cause :...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

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

Headless data tables with server-side pagination, filtering, sorting, and virtualization for Cloudflare Workers + D1

Is tanstack-table good?

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

What agent does tanstack-table work with?

tanstack-table currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to tanstack-table?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install tanstack-table?

npx skills add https://github.com/jezweb/claude-skills --skill tanstack-table

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering