Pro Components
Base Components
Data Table 1
Fixed-height data table with sticky header, vertical and horizontal scrolling, sortable columns, and availability badges.
Example
Data Table With Sticky Header
Fixed-height table with vertical and horizontal scrolling, featuring a sticky header that remains visible during scroll. Perfect for displaying large datasets in limited space.
← Swipe to see more columns →
Introduction
Data Table 1 is a sticky-header data table:- Sticky header: Header row stays pinned while scrolling rows.
- Fixed height: Constrained height with vertical (and horizontal) scroll.
- Sortable columns: Click headers to sort; arrow indicators show direction.
- Badges: Stock and availability shown as pills/badges.
- Mobile: Swipe hint on small screens.
Usage
import { DataTable5 } from "@/components/ui/data-table5";
<DataTable5 data={inventoryRows} />data array matching the InventoryRow type (sku, name, type, stock, price, availability).