Table
Fully accessible data table powered by TanStack Table and Ariakit composites.
Installation
Install the Table component using the nocta-ui CLI:
npx @nocta-ui/cli add table
Then import the component and supporting types:
import { Table, type ColumnDef } from '@/components/ui/table';
Examples
Default Table
Row Selection
Compact Density
API Reference