I have a repeating group that has horizontal scrolling, the RG has 25 columns and so I use the horizontal scrollbar to navigate the RG. However, the RG seems to load a small subset of the data when the page is loaded. And so when I try scrolling horizontally, the RG doesn’t load the content.
I recorded my screen to show the issue. It looks like this.
When I check devtools I see that request is made using elastic search, and only then does the rest of the data seem available. This is a huge UX problem for us. Since the user will constantly be switching to the tables throught the day, and it becomes cumbersome to wait for the data to load.
Any ideas on what may be causing this?