Data Table
Two reusable virtualized data table components for large datasets, with sorting, selection, sticky headers, customizable columns, and optional pagination.
Data table
data-table.tsxA standalone table surface with 10,000 virtualized rows, sorting, selection, and custom cell rendering.
Install
$ bunx --bun shadcn add @beui-pro/data-table
Paginated data table
data-table-pagination.tsxA composable paginated table with global sorting, controlled or uncontrolled page state, page-size controls, accessible navigation, and stable row sizing.
Install
$ bunx --bun shadcn add @beui-pro/data-table-pagination