Row
Rows are the horizontal component of the dashboard grid and house 1 to many Items.
Tip
You can set the height of a row using the height attribute on a row
Row Height Options in Pixels
| Height | Pixels |
|---|---|
| compact | wrapped |
| xsmall | 128 |
| small | 256 |
| medium | 396 |
| large | 512 |
| xlarge | 768 |
| xxlarge | 1024 |
Attributes
| Field | Type | Default | Description |
|---|---|---|---|
| path | string | None | A unique path to this object |
| name | string | None | The unique name of the object across the entire project. |
| file_path | string | None | The path to the file that contains the object definition. |
| height | medium | Sets the height of the row. | |
| items | Array of Item | None | A list of items containing tables, charts or markdown. Items are placed in the row in the order that they are listed from left to right. |