Please I’m a new upcoming bubble developer. I need help on how to display content in repeating group by their categories from the database.
I have two repeating groups one displays the categories as tab to be click and I want corresponding data of the selected category to be displayed on the second repeating group.
Something like this sample image.
Thanks.
Hi @draytechsolution,
You could try doing the following:
- create a state “active category” for the page/ category repeating group
- when user clicks on any category → set state “active category” as this category clicked
- in second repeating group. add a constraint in the data source: category = “active category” state
- click on ignore empty contraints.
- Make sure when a user clicks on all guides, the active category state is empty.
Hope this helps!!
1 Like
Thanks @nocodelib this is helpful and works fine, I’m very grateful.
1 Like