Component referenceSource owned

Data Table

Powerful table and datagrids built using TanStack Table.

Upstream reference
On this page2 sectionsBack to top
Live preview
Loading preview...

#Installation

Install the table recipe and its TanStack Table dependency from this registry:

npx shadcn@latest add https://neobrutal-ui.andongmin.com/r/data-table.json

#Usage

import DataTableDemo from "@/components/ui/data-table";
<DataTableDemo />