Hi all, some random Bubbling building out a horizontally scrolling repeating group with sorting, pagination, and a dynamic number of items displayed per page. All in vanilla Bubble
There are some advanced methods in here but itās good for all skill levels! Enjoy!
Cool video. I havenāt done too much with option sets so this was helpful to see. That 72 option filtering task you mentioned near the beginning sounds like a nightmare hahaha.
Thanks for posting this.
I used it to modify my previous approach for constructing a 20x20 grid and using it in my rpg-helper app that I just launched in a first version.
Found it to be a bit faster than using the āList of Numbersā (from the Toolbox plugin) as the base.
Still a bit slower than I would like but better is still better.
i was banging my head against the wall trying to figure out how to make a horizontally scrolling table.
not only would I have skipped over option sets as the solution (when I first saw these appear in the editor, i simply shrugged my shoulders), i donāt think i wouldāve ever figured out the conditional text fundamentals to make the whole thing work.
@eli thanks for making this video. I was blown away at the additional possibilities of option sets.
Re RGs, have you tried making it so that users can āfreezeā columns? For example, making a sticky leftmost-column as default, and potentially allowing the user to expand the freeze selection?
Iām building a comparison site that relies on robust filtering of tables to query my DB so the closer I can get to full āpivot-tableā functionality like youād have in Excel/Google Sheets is the aim. Any other tricks youāve come across that would help me to that end would also be appreciated.