Back to Components
Components
Data Table Simple
Lightweight sortable table with column headers, row click, and semantic styling.
| Acme Corp | Active | $12,400 |
| Globex Inc | Pending | $8,200 |
| Initech | Active | $24,100 |
| Umbrella | Inactive | $3,500 |
Dependencies
- clsx
- tailwind-merge
- lucide-react
Files
- components/ui/data-table-simple.tsx
Installation
Using shadcn CLI
npx shadcn add data-table-simple --url https://ui.hampton.ioManual installation
Copy the component file to your project and install dependencies:
npm install clsx tailwind-merge lucide-react