I have a repeating group that requires pagination (it’s a list of company employees and is in the 1000s), it also contains lots of data and therefore needs to be scrollable.
I’ve tried unticking the “fixed columns/rows” options but that wrecks the formatting, and setting the header/cell groups to crazy min width also does nothing, apart from pushjcontent off the page with no ability to scroll.
Am I missing something simple or is it another seemingly minor thing that Bubble can’t do without being dragged kicking and screaming?
Set heigh of row to 100%
Do a search item from [state type number or gr var type number, default to 1] until item [number of item on each page]
When click on next button, set state of the from number or display data in gr var number as this value + number of row to display
Scrolabble horizontaly is not easy but
Width of RG is fit to content
RG is contained in a Group no fix with no fit to contentHeader row elements should remains exctly the same width than each column (if name column is 50px, the name header row colums is also 50px)
Easiest way is to use table element, it is easier to setup for responsiveness than rg (rg needs a lot of work)