Data Table
Sortable, selectable rows with status badges and a row menu.
Install
npx shadcn add @clearly/data-tablePreview
| Customer | Status | Amount |
|---|---|---|
| Alice Chen | Paid | $240.00 |
| Bob Nakamura | Pending | $95.50 |
| Cara Santos | Failed | $1,200.00 |
Usage
import { DataTable } from "@/components/ui/data-table"
<DataTable />Every Clearly component also accepts glass (subtle·medium·strong), specular and className.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | Tailwind classes applied to the table container. |