Skip to main content
The Element table v2 is used for layout. It can contain other elements, which will be laid out in a grid.The children are laid out in a tabular fashion, starting in the top-left corner. When all columns in the current row are filled, the next child element starts a new row. This is a group element. It defines the beginning of a group of elements and requires a matching group end element.
The number of rows will expand dynamically if there are more children than initial space.
  • Each cell can have a header.
  • Each cell can have additional padding on all sides.
  • The whole table supports cell padding (inside cells), and cell spacing (between cells). Padding is always set in pixels.
Cell spacing doesn’t create space between cells and outer table edges!
Sizing:
  • Exact - pixels (px)
  • Relative - percent (%)
  • Dynamic -divide remaining space (*)

Configuration

Setting margin for a specific side (top,bottom,left,right) overwrites the generic margin.

Config for immediate child elements

You can define these config values for the children, and they will be picked up by the layout table and applied.