About Tables

This topic provides information about the different tables you can insert in your template.

This page discusses:

Static Table

A static table is composed of a fixed number of header rows and rows of cells. Loops can be inserted in rows. The number of columns is fixed.

Note: If you add a cell to one table row or table header, cells are automatically inserted at the right location in all the rows and, if needed, in the header row.

Table with a Variable Number of Columns

A table with a variable number of columns is composed of a header row and rows of cells. Loops can be not only defined on rows, but also on cells. The number of columns is variable.

To make the number of columns variable, you have to create a loop in a row or in a header row. This loop can contain at least one cell.

Note: If you add a cell to one table row or table header, the size of other rows or header row are not expanded. You have to manually adjust the number of cells of all your rows. In most cases, add the same loop to all rows.
Warning: After the table generation, the formatting result is not respected in some cases.