DataTableRow
Single data row with label, value, optional secondary text and status badge.
Example
Order ID
#12345
Status
Processing
In Progress
Props
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
label | string | — | Required | Row label |
value | string | — | Required | Primary value |
secondary | string | — | No | Secondary text |
status | string | — | No | Status badge text |
statusVariant | BadgeVariant | — | No | Status badge color |
mono | boolean | — | No | Monospace font for value |