solid/compose-with-tanstack-virtual

Official

Render huge Solid tables fast with virtualization

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-table rows: Take rows from table.getRowModel().rows and only paint the subset currently in view.
  • Integrate with @tanstack/solid-virtual: Use createVirtualizer with 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 required

Components

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.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.