Table
Data table with columns and rows.
Basic
A simple data table.
| Name | Role | Status |
|---|---|---|
| Alice | Engineer | Active |
| Bob | Designer | Active |
| Charlie | Manager | Inactive |
| Diana | DevOps | Active |
Empty State
Table with no data.
| Name | Role | Status |
|---|---|---|
| No data | ||
MayaTable API
| Prop / Event | Type | Default | Description |
|---|---|---|---|
columns | Array | — | Required. Array of column definitions: { key, label }. |
rows | Array | [] | Array of data objects to display. |