Components / Table

Table

Data table with columns and rows.

Basic

A simple data table.

NameRoleStatus
AliceEngineerActive
BobDesignerActive
CharlieManagerInactive
DianaDevOpsActive

Empty State

Table with no data.

NameRoleStatus
No data

MayaTable API

Prop / EventTypeDefaultDescription
columnsArrayRequired. Array of column definitions: { key, label }.
rowsArray[]Array of data objects to display.