Closed iperdomo closed 3 years ago
In previous iterations the repeatable property was set in the column, now we have it at group level, in the 3rd position:
repeatable
["<group-name">, [<columns definition>], <is_repeatable>, [...]]
Example:
["group name", [{col1},{col2},{col2}], true]
Closes #2748
In previous iterations the
repeatable
property was set in the column, now we have it at group level, in the 3rd position:Example:
Closes #2748