Data Table
Powerful table and datagrids built with sorting and filtering.
| Status | Amount | |
|---|---|---|
| Success | ken99@example.com | $316.00 |
| Success | abe45@example.com | $242.00 |
| Processing | monserrat44@example.com | $837.00 |
| Failed | carmella@example.com | $721.00 |
0 of 4 row(s) selected.
// src/components/ui/data-table.tsx — Table + a toolbar (filter input, column toggle) + pagination footer.
// Sorting/filtering happen server-side via query params; render the current page of rows.
Installation
$ bext ui add data-table
On This Page