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.tsx

A 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.tsx

A composable paginated table with global sorting, controlled or uncontrolled page state, page-size controls, accessible navigation, and stable row sizing.

1–10 of 237

Install

$ bunx --bun shadcn add @beui-pro/data-table-pagination