Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleNote

mergeRows merges only existing cells in the same column and does not increase the number of rows or cells.

For example:

Template code:

#forrow($package in $Package)

$tableprop.mergeRows("5")Package

$package.name#endrow

In case there are three packages, the output will be:

...