Data Table

Cards & Layout

Sortable data table with column definitions, ascending/descending sort indicators, striped rows, hover state, and framer-motion AnimatePresence row transitions.

Loading preview...
Customize
Striped
Hoverable

Props

PropTypeDefaultDescription
columnsColumn<T>[][]Array of column definitions with key, header, optional render function, and sortable flag.
dataT[][]Array of row data objects.
stripedbooleantrueAlternate row background colors.
hoverablebooleantrueHighlight rows on hover.
classNamestring''Additional CSS classes.