akvo / akvo-lumen

Make sense of your data
https://akvo.org/akvo-lumen
GNU Affero General Public License v3.0
63 stars 18 forks source link

[#2748] Use new property to set a repeatable icon #3044

Closed iperdomo closed 3 years ago

iperdomo commented 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:

["<group-name">, [<columns definition>], <is_repeatable>, [...]]

Example:

["group name", [{col1},{col2},{col2}], true]

Closes #2748