solid/compose-with-tanstack-virtual
OfficialRender huge Solid tables fast with virtualization
Software Engineering#virtualization#tanstack-table#ui-performance#solidjs#data-grid#virtual-scrolling
AuthorTanStack
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill solves the performance bottleneck of rendering massive datasets in a SolidJS data grid by virtualizing the visible rows instead of mounting every row.
Core Features & Use Cases
- Virtualize
@tanstack/solid-tablerows: Take rows fromtable.getRowModel().rowsand only paint the subset currently in view. - Integrate with
@tanstack/solid-virtual: UsecreateVirtualizerwith a reactive count (() => rows().length) and a scroll container ref. - Support real-world behaviors: Keep sorting/filtering/grouping/expanding in the table while the virtualizer only controls which rows render.
- Use for wide and tall grids: Applies especially when you have very large row counts, dynamic row heights, or infinite scrolling patterns.
Quick Start
Ask an AI coding agent to implement Solid row virtualization for your @tanstack/solid-table by wiring createVirtualizer to your scroll container ref and rendering only virtualized rows in the <tbody> with absolute positioning and translateY.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: solid/compose-with-tanstack-virtual Download link: https://github.com/TanStack/table/archive/main.zip#solid-compose-with-tanstack-virtual Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.