tanstack-table-advanced-patterns
TanStack Table Advanced Patterns
Use this skill when the task is about pushing TanStack Table beyond standard guide-level feature setup.
Scope
- virtualization and large-table performance
- fully controlled table patterns
- editable data patterns
- custom features and declaration merging
- ecosystem-style integrations like query-router search params
- stable v8 advanced examples only
Routing cues
- "virtualized rows", "infinite scrolling", "TanStack Virtual" -> this skill
- "fully controlled table", "
table.setOptions", "external state store" -> this skill - "editable data", "
table.options.meta", "update cell on blur" -> this skill - "custom feature", "
_features", declaration merging -> this skill
More from dobroslavradosavljevic/skills
base-ui-typescript-surface
Use for Base UI namespace contracts, change event types, generic render types, and wrapper typing patterns.
4base-ui-basic-primitives
Use for simple primitives with low integration complexity (Avatar, Button, Meter, Progress, Scroll Area, Separator).
4base-ui-root-providers
Use for CSP Provider, Direction Provider, and useDirection when wiring Base UI at the app root or across portals.
4base-ui-menus-navigation-and-toast
Use for Menu, Context Menu, Menubar, Navigation Menu, Toolbar, Toast, and shared command-surface patterns such as detached triggers and menu payloads.
4base-ui-forms-and-validation
Use for Base UI Field/Form primitives, validation flows, form controls, and advanced Number Field, Slider, and RadioGroup behavior.
4base-ui-disclosure-and-tabs
Use for stateful visibility components (Accordion, Collapsible) and tab navigation semantics.
4