Hey check out this repeating group on AirBnb. Is something like this possible with Bubble? For every new date there is a Header date in bold. Thanks everyone!
Yes, and it is quite simples.
You will need a RG showing the events grouped by Date.
And inside this RG, another RG, showing the events where the Date is equal to the parent RG cells Date.
Thanks man! Iâll give it a shot in the next few days
If you dont want to redo your RG thereâs an alternative method that i use.
In the element thatâs showing the date just do add a conditional that will check if itâs date is the same as the date in the previous cell. If it matches with the previous cell then donât make it visible.
You can do something like this:
â[this date]:formatted as yymmddâ is â[date of this cell index-1]:formatted as yymmddâ
Element is visible [unchecked]
You wonât need to chage your current RG setup.
Thanks for the advice. Question: In the conditionals. I have it set up âwhen current cell date isâ but I donât see a previous cell option. I only see current cell options.
Whoops sorry. For that what u need to do is add
Repeating group (this RG) list of items :item#arbitrary text (inside the arbitrary text is âcurrent cell index -1â) :converted to number :date :formatted as yymmdd
Sorry if itâs a bit confusing Iâm on mobile right now
This topic was automatically closed after 70 days. New replies are no longer allowed.