AI patterns
DataTable
Sortable, filterable, paginated table for AI extractions, runs, and evaluation results.
Preview
| INV-04812 | Acme GmbH | €4,830.00 | 97% | approved |
| INV-04811 | Globex AG | €1,210.00 | 74% | pending |
| INV-04810 | Initech KG | €612.50 | 41% | rejected |
| INV-04809 | Umbrella SE | €9,210.00 | 91% | approved |
| INV-04808 | Pied Piper | €312.00 | 69% | pending |
Page 1 of 1
Installation
pnpm add nyxis-ui
Usage
import { DataTable } from 'nyxis-ui';
// or, for stricter tree-shaking:
// import { DataTable } from 'nyxis-ui/data-table';
<DataTable columns={columns} data={data} pageSize={10} />;