A full-featured sortable, filterable, and paginated data table built on TanStack Table.
| Name | Status | Capital |
|---|---|---|
| Prairie Vista | Active | $12M |
| Dos Pueblos | Pending | $8M |
| The Heavens | Draft | $5M |
DataTable wraps useReactTable — use with columns: ColumnDef[] and data[]
import { DataTable } from "@regen/ui";
<DataTable />No configurable props for this component.