Any way to PUSH widgets after adding rows to a repeater without using MOVE action?

repeater-widget

#1

just like show/hide action


#2

You have already got it.

1.Wrap your repeater with a dynamic panel (DO NOT FORGET to check “Fit to content”)
2.Hide the dynamic panel and pull widgets below before adding rows
3.Add a row/some rows
4.Show the dynamic panel and push widgets below after adding rows

That’s it !!!

PUSH widgets after adding rows to a repeater without using MOVE action.rp (56.2 KB)


#4

Thank you soooo much!!!~~~~~~~~~~~