nuxt-tables

Installation
SKILL.md

Nuxt Tables

Data tables with column builder pattern and XTable component.

Core Concepts

tables.md - Column builder, XTable, row actions

Column Builder Pattern

// app/tables/posts.ts
import { h } from 'vue'
import type { TableColumn } from '@tanstack/vue-table'
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 12, 2026