Pro Components
Base Components
Data Table 2
Data table with horizontal scrolling, sortable columns, custom cell styling, and mobile swipe hint.
Example
Minimal Responsive Table
Fully responsive table with horizontal scrolling, custom cell styling, and adaptive typography. Optimized for mobile devices with touch gestures and swipe hints.
← Swipe to see more →
Introduction
Data Table 2 is a responsive scrollable table:- Horizontal scroll: Full-width table in a scroll container with visible scrollbar.
- Sortable columns: Header buttons with sort direction arrows.
- Cell styling: SKU monospace, stock/availability badges, tabular price.
- Mobile: Swipe hint below the table on small screens.
Usage
import { DataTable4 } from "@/components/ui/data-table4";
<DataTable4 data={inventoryRows} />