Components/Data Table
Data Table
Pre-built table with built-in sorting, pagination, and an optional row-click handler.
| PAY-728 | [email protected] | Paid | $100.00 |
| PAY-729 | [email protected] | Pending | $250.00 |
| PAY-730 | [email protected] | Failed | $50.00 |
| PAY-731 | [email protected] | Paid | $175.00 |
Installation
npx ajaxui add data-tableProps
| Prop | Type | Default | Description |
|---|---|---|---|
| data | T[] | — | — |
| columns | DataTableColumn<T>[] | — | — |
| rowKey | (row, i) => string | — | — |
| pageSize | number | 10 | — |
| onRowClick | (row: T) => void | — | — |
| emptyState | ReactNode | "No data." | — |