Data Table

Sortable, selectable rows with status badges and a row menu.

Install

npx shadcn add @clearly/data-table

Preview

CustomerStatusAmount
Alice ChenPaid$240.00
Bob NakamuraPending$95.50
Cara SantosFailed$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

PropTypeDefaultDescription
classNamestringTailwind classes applied to the table container.