Sakani

Table

A generic, selectable data table: column definitions drive fully custom cell rendering.

CustomerPlanStatus
AKAmara Kalu
Proactive
RMRavi Menon
Teamtrial
CDChidi Duru
Prochurned

Props

PropTypeDefaultDescription
columnsTableColumn<T>[]Column definitions: key, header, optional render().
rowsT[]The row data.
selectablebooleanfalseAdds a checkbox column for row selection.
reorderablebooleanfalseEnables drag-to-reorder on rows.
borderedbooleantrueDraws the table's own container border/radius.
responsive'auto' | 'default' | 'stacked''auto''auto' switches to a stacked card layout below 640px.