bx

Data Table

Powerful table and datagrids built with sorting and filtering.

StatusEmailAmount
Successken99@example.com$316.00
Successabe45@example.com$242.00
Processingmonserrat44@example.com$837.00
Failedcarmella@example.com$721.00
0 of 4 row(s) selected.
tsx
// 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

Terminal
$ bext ui add data-table
Try it live
Open in play

Edit this component live in the bext playground. The PRISM + signals version is the bext-native idiom — fine-grained reactivity, no virtual DOM.

src/app/page.tsx 2 files · signals · runs in your browser
Pure PRISM + real bext signals — fine-grained, no re-render.