I’d like to create a repeating group, whereby I can scroll vertically, as well as horizontally. E.g. Vertically will display the list of ‘things’, and horizontally will display 20 + data points on that thing.
Alternatively, if we cannot have it scroll vertically and horizontally, is it possible to say display 50 rows, with search/pagination but still scroll horizontally?
you can make RG with Full List display and it will all list show but without any scrolling RG. It will automaticlly responsive in mobile as long inside group cell is responsive
Hi @eli - I’m exploring EzCode’s template, but this doesn’t actually solve my specific issue unfortunately so I’m hoping you might be able to elaborate on your solution a little?
What I’m trying to do:
Create a fixed list of things in a repeating group, say 25 or 50 items that on page scroll you can see the rest (don’t need scroll inside the RG). But, each row has about 20 data points I’d like to include, so need the user to be able to scroll the screen downwards, but also horizontally within the group.
When I select horizontal scroll, I only get 1 row, I have no way of expanding the rows to show 25/50 per page.
While eazycode’s solution does scroll vertically and horizontally, it only works horizontally for single row but multiple columns, I need multiple rows.
When you suggested nesting a RG, do you mean nesting a RG within another RG?
For this I would use the Extended scrolling option and in your data source, set it to ‘:items until 25’. Or whatever number you decide to go with. That will only load what visible on the screen until you scroll further.
Yes, exactly. It will depend a bit how your data is set up … (at this point I decided to just make a video Sorry it’s so blurry )