Skip to main content

Table

The Table Component allows you to create a grid structure within a form, ideal for organizing content into rows and columns. It supports customization of appearance and behavior, including alignment, styling options, and component duplication per row.

Table

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

  • Display

  • Conditional

Display

ParameterDescription
LabelThe name of the table displayed at the top of the component.
Number of RowsDefines how many horizontal rows the table should have.
Number of ColumnsDefines how many vertical columns the table should contain.
Clone Row ComponentsWhen enabled, components added to one row are cloned to the rest.
Cell AlignmentSets the text alignment within each cell (Left, Center, or Right).
Custom CSS ClassA custom class name for styling the component.
StripedAdds alternating background colors to rows for readability.
BorderedAdds borders around all cells.
HoverHighlights rows when hovered over with the mouse.
CondensedReduces cell padding to make the table more compact.
HiddenHides the table from view on the form.

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.