Table

The Table component allows you to arrange and present form fields in a table-like layout.

This component is particularly useful for creating forms that require a clear and organized presentation of fields with sections that benefit from a tabular structure.

Unique Settings:

  • Number of Rows: Number of rows that will display in the Table.
  • Number of Columns: Number of columns that will display in the Table.
  • Clone Row Components: Clones components that are in a cell of one of the columns to all the other cells of that column.
  • Cell Alignment: Horizontal alignment for cells of the Table (Left, Center, Right).
  • Striped: Adds striped shading to the Table rows.
  • Bordered: Adds visible borders for the Table.
  • Hover: Highlights a row on mouse hover.
  • Condensed: Condenses the size of the Table, making it more compact.