data display
Table
Data table with sortable headers, row selection, and styled cells.
import { Table } from "@raydenui/ui"Interactive demo
Props
| Prop | Type | Default | Description |
|---|---|---|---|
sortable | boolean (TableHead) | — | Enable sort on column |
sortDirection | "asc" | "desc" | null | — | Sort direction |
selected | boolean (TableRow) | — | Row selected state |