RowRepeat

This binding will repeat rows in a table based on the available data.

Syntax

The binding for RowRepeat consists of two parts, the start binding, and the end binding. These should be placed in the first cell and in the last cell of the row to be repeated. Other bindings can be placed between the RowRepeat binding.

<<RowRepeat:$arrayPath>...<RowRepeat>>

Parameters

$arrayPath: The path to the array that contains the objects the table should iterate upon. The number of rows will depend on the number of entries.

Example

In the example below, the language is an array with a number of objects. In each object, four key-value pairs are present.