Skip to main content

Columns

The Columns Component is a layout element that allows users to create and configure multiple columns within a grid-based system. Specifying column sizes and widths provides flexibility when structuring content.

Columns

The options available to configure the Columns element are separated into two categories:

  • Display

  • Conditional

Display

ParameterDescription
LabelThe label appears next to a form input field and describes its purpose clearly.
Column PropertiesHere, define the size (e.g., md-medium-) and width for each column.
Note that a full row consists of 12 units, meaning two equal-width columns should each take 6 units to span the entire width.
Auto adjust columnsWhen enabled, this option automatically adjusts the column layout based on the visibility of nested components. If any nested components are hidden, the remaining columns will resize dynamically to maintain a balanced layout.
Custom CSS ClassCustom CSS class to add to this component.
HiddenA hidden field that is still a part of the form but is hidden from the user’s view.

Conditional

ParameterDescription
This Component should displayTrue - the component will display in the form.
False – the component will not display.
When the form componentSelect what component within the form will execute the condition. For example, Submit.
Has the valueThe data entry of the field that executes the condition.