I am working on repeating groups using responsive engine beta and to achieve responsiveness I can not set a fixed row or column.
I have manage to achieve a responsive repeating group using these settings
However, I cannot figure out how to limit the number of repeating groups to show on that page which is 9 items is what I am looking for, then I plan to add pagination.
I can do the fixed number of rows / columns but it wont be responsive.
You can limit RG to the height(not fixed but range between for responsivness) of 3 groups in a row and make it with fixed amount of rows and columns, don’t see why it’s should not work. It’s still will be responsive and show you exactly 9 items.
Before i tell you of my super unelegant way of how i have worked around this, i’ll say that i’m not a fan of how the new responsive engine deals with RG pagination. I’m sure they’ll add a fix soon enough.
Set up a custom state which represents the RG elements which are being skipped. The custom state should default at 1.
If you want to show 9 items per page, set up the data source of the RG as following.
Search for documents, items from “custom state”, items until #9.
Every time you click the next page or previous page, set the custom state as “custom state±9”.
will you be able to show some screenshot and settings? I am really struggling figuring this work around out. I am less than a month fiddling with bubble and this is quite advance for me