Hi,
the Table widget supports row grouping (https://www.mgm-tp.com/a12.htmlshowcase/#/widgets/data-display/table/basic#row-grouping). Is there a way to achieve such a behaviour for repeat tables in the form engine – without having to implement a custom component? Ideally, we would like to group rows based on the value of one property of each row/item.
Hi,
this is currently not possible. The Table widget rendered by Repeats is not part of the WidgetMap. And even if it were, row grouping would require switching out the Table widget entirely for the TableRowsGroup widget.
At the moment, the only theoretical option would be to use the FormModelMap to customize the Repeat as a whole (but since you would need to basically re-implement everything yourself, I wouldn’t recommend it).