Skip to content

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. The field accepts either a named enum value or a positive integer pixel value — the canvas's fluid-resize gesture writes pixel values directly.

Row Height Options in Pixels
Height Pixels
compact wrapped
xsmall 128
small 256
medium 396
large 512
xlarge 768
xxlarge 1024
<int> the integer itself, in pixels

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 Any of: HeightEnum, integer medium Sets the height of the row. Accepts either an enum token (compact
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.