Join our Discord Community
Crud

👋 This is a community-driven shadcn/ui resource. For the official documentation, visit ui.shadcn.com

Data Table

CRUD data table with column sorting, row selection, filters, pagination, and bulk actions for managing tabular data

Looking to implement shadcn/ui blocks?

Join our Discord community for help from other developers.


Managing hundreds or thousands of records in a basic table is painful. This React CRUD data table combines shadcn/ui Table with column sorting, multi-select checkboxes, inline filters, and pagination controls. Built with Radix UI and Lucide React icons, it handles bulk operations (delete, export, assign) and shows row counts with responsive design—perfect for admin dashboards, inventory systems, or user management where data tables need enterprise-grade features.

Loading preview...

Installation

npx shadcn@latest add https://www.shadcn.io/registry/crud-data-table-01.json
npx shadcn@latest add https://www.shadcn.io/registry/crud-data-table-01.json
pnpm dlx shadcn@latest add https://www.shadcn.io/registry/crud-data-table-01.json
bunx shadcn@latest add https://www.shadcn.io/registry/crud-data-table-01.json

Questions you might have