Go to Tab with filtered information

Hello everyone,

I have a question about Tabs and filered information.
I have one Tab named Sports with 3 sports (football, basketball and tennis) and they are buttons. When I click on one of them, I want to be redirected ton my Tab Courts with all courts for this sport.
Example : If I click on Basketball, I want to go to the Tab Courts with all courts only for basketball and not football and tennis.

Thanks for your help.

Do you have the following tabs:
Home
Football
Basketball
Tennis

One your football, basketball and tennis table, you could display a collection of the courts table and filter each collection along a “Sport” column. On the football tab “sport == football”, on the basketball tab “sport == basketball”, on the tennis tab “sport == tennis”.

Welcome to the Glide community forum, it seems it’s your first time here :wave:

I don’t have the Tabs you write.

I have one Tab for my Courts and one Tab for my Sports. Ths Court Tab display all the courts I have (football, basketball and tennis) and my Sports Tab display all my sports. I want to go to the Courts Tab filtered with football courts when I click to the football collection items.
I don’t know if it’s possible or if you understand me. Your right I’m new on Glide.

I understand what you want to do. I would keep things simple and create a different tab for each sport and filter each collection on each tab.

Thank you, I will try this out !

Have a good day !

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.