Quick Start
Agent Skill
Install the skill and let your AI agent handle the setup:
npx skills add https://github.com/openstatushq/data-table-filters --skill data-table-filtersLet the agent handle the rest:
Add a data table with filters to my project
It detects your stack, installs the right blocks, and wires them up.
Install Components
Start by installing the core data-table block — it includes the table engine, memory store adapter, and all 4 filter types:
npx shadcn@latest add https://data-table.openstatus.dev/r/data-table.jsonThen add any extension block from the registry below.
Blocks
The following blocks can be installed via shadcn CLI.
npx shadcn@latest add https://data-table.openstatus.dev/r/<block>| Name | Block | Components |
|---|---|---|
data-table | data-table.json | 51 |
data-table-filter-command | data-table-filter-command.json | 2 |
data-table-cell | data-table-cell.json | 10 |
data-table-sheet | data-table-sheet.json | 5 |
data-table-nuqs | data-table-nuqs.json | 4 |
data-table-zustand | data-table-zustand.json | 3 |
data-table-schema | data-table-schema.json | 12 |
data-table-drizzle | data-table-drizzle.json | 7 |
data-table-query | data-table-query.json | 3 |
Powered by OpenStatus
