Skip to content

Plan Icon Creator

Table#

The Table element displays tabular data in the generated document. The table content (column titles and row data) is populated dynamically from the Flow Designer using the Table Generation node.

Settings#

  • Orientation: Table layout direction — Horizontal (standard) or Vertical (headers on left)
  • Show header: Show or hide the column header row
  • Hide row separators: Remove horizontal lines between rows for a cleaner look
  • Add column separators: Draw vertical lines between columns — the counterpart to the row separators, useful for dense tables where the column boundaries should stand out
  • Page break between rows: Insert a page break between rows (useful for long per-row content)
  • Row height: Height of each row in pixels
  • Header background color: Background color for the header row
  • Columns: Define one or more columns. Each column has:
    • Width
    • Alignment (left, center, right)
    • Header font settings (size, bold, italic, underline, color)

When Add column separators is enabled, vertical dividers are rendered between the table columns — in both the editor preview and the generated document.

Table element settings with the "Add column separators" option enabled

How it works#

  1. Add a Table element to your template in the Template Designer
  2. In the Flow Designer, use a Table Generation node to define the column headers and map data to each column
  3. Use a Table Loop node to iterate over Business Objects or other data sources and populate the table rows

Tips#

Tables can contain other template elements in their cells, including Document elements for embedding sub-documents per row.

See Template Designer