lit/migrate-v8-to-v9

Official

Migrate 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 v9 new TableController(host) plus .table(options, selector?).
  • Row model + feature registration: Replaces get*RowModel options with _features registration and _rowModels factories (e.g., sorting, filtering, pagination).
  • Rendering and typing changes: Migrates flexRender(def, ctx) to FlexRender({ cell|header|footer }) and updates ColumnDef/Table generics to include TFeatures.

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 required

Components

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.
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.