I have repeating groups on several pages, with many of them having calculation fields. So when you load the page, the columns tend to load in random orders. If there’s 10 columns on the repeating group, 5 might load immediately, then the first one comes in and so on while the fields calculate. It’s not a huge deal, but just wondering if there’s a way to even show a preloader or spinning gear type thing while the group loads and then have it show it all at once?
You could use this plugin
or you could use this plugin
Add the on screen detector to a cell in your group with condition to display only when the current cell is the last item of the repeating group.

When onscreen detector enters the screen update a state + how ever many items you want to add to the list.
On your repeating group refer to that state in items until:
3 Likes
You are welcome…
1 Like