I have a repeating group-B inside another repeating group-A with a collapse button which hides repeating group-B. But when I hide repeating group-B I would like repeating group-A to collapse, hiding all the white space that now exists. However repeating group-A doesn’t shrink.
Hi,
you can use the Group element, inside which you put your second RG. Set the Group’s thing to the same as parent cell. Then your inside RG to take data from the Group.
Now, for the group set “Collapse this element’s height when hidden” (you can also animate it!). And change your button’s action to show/hide Group, not the second RG.
Yes @NigelG was faster, and correct However you solved what I was trying to figure out next. Your example works exactly like what I need, but I don’t understand yet how to make i happen. Would you mind showing me how exactly?
Hi, can someone tell me how you able to add rows on the current cell repeating group B without adding them on other cells repeating group B. Thank you.
my follow up question is, how to avoid datas in the inner repeating group be mirrored on other inner repeating groups? Sorry for my very confusing question…
Hi, I was able to successfully done this. I create an invisible(not editable) text that contains the uniqueId of the main cells. Then the collected uniqueId of the main cell will serve as a parent for the datas inside my inner repeating group. I may have done it the wrong way, but it worked.