lit/migrate-v8-to-v9
OfficialMigrate your Lit Table code to v9
AuthorTanStack
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill solves the problem of upgrading TanStack Table for Lit from v8 to v9 without getting stuck on breaking API and typing changes.
Core Features & Use Cases
- Controller migration: Updates the v8
TableController(host, () => options)pattern to v9new TableController(host)plus.table(options, selector?). - Row model + feature registration: Replaces
get*RowModeloptions with_featuresregistration and_rowModelsfactories (e.g., sorting, filtering, pagination). - Rendering and typing changes: Migrates
flexRender(def, ctx)toFlexRender({ cell|header|footer })and updatesColumnDef/Tablegenerics to includeTFeatures.
Quick Start
Ask an AI agent to migrate your existing @tanstack/lit-table v8 code to the v9 TableController + _features/_rowModels + FlexRender({ ... }) patterns while preserving your current columns, data, and enabled features.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 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: lit/migrate-v8-to-v9 Download link: https://github.com/TanStack/table/archive/main.zip#lit-migrate-v8-to-v9 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.