Skip to content

Valid Options

Any column can define the grow, width, and hidden options.

PropertyTypeDefault
growbooleanfalse

Specify whether the column should grow to fill the available space.

Set this value to true and the column’s width expands to fill any leftover space in the terminal after accounting for other columns and the preview pane. Set this value to false to use the value of width instead.

We recommend only setting this for one column in a given section layout.

PropertyTypeMinimum
widthinteger1

Specify the column’s width by character count. Because the dashboard expects the terminal font to be monospace, this is a reliable way to ensure a minimum width for readability.

PropertyTypeDefault
hiddenbooleanfalse

Specify whether the column should be hidden from view. Set this value to true to hide the column or true to show it.