solid/getting-started

Official

Build a typed Solid table from scratch

AuthorTanStack
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It solves the confusion of how to correctly set up a working v9 TanStack Table in Solid, including the required v9 registration of features and row-model factories so the API and types line up.

Core Features & Use Cases

  • Typed v9 feature registration: Define _features via tableFeatures() so only the APIs/state slices you need exist and tree-shaking works as expected.
  • Row-model factory wiring: Register the matching factories in _rowModels (e.g., pagination, sorting, filtering) using the appropriate registries.
  • Type-safe column definitions: Create a column helper with the required generic order typeof _features first, then TData, and build columns with accessor helpers.
  • Reactive data + rendering: Use reactive getters for options like data and render headers/rows with FlexRender to get a complete working table.

Quick Start

Ask the AI to generate a complete Solid v9 table example using tableFeatures(), matching _rowModels, createColumnHelper<typeof _features, TData>(), createTable({ get data() {...} }), and FlexRender for header and cell rendering.

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/getting-started
Download link: https://github.com/TanStack/table/archive/main.zip#solid-getting-started

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.