Hello!
Please, help me with the writing correct formulas for my case.
I create a new component to make a drop-down menu for site navigation.
The buttons are collected into two vertical containers: the first container is the main menu and the second container is the child menu.
Requirements:
1. Child menu of the "Fact" button should appear when I click on the "Fact" button.
2. Child menu of the "Fact" button should hide when I click on the "Plan" button.
3. Child menu of the "Plan" button should appear when I click on the "Plan" button.
These formulas are incorrect:
Variant 1.
Here, nothing happens when I click on the "Fact" button.
Variant 2.
Here, the child menu is appear when I click on the "Fact" button, but it dissapear when I stop holding the button.
What are the correct formulas for my case?
Thank you in advance.
Solved! Go to Solution.
You could do this with two vertical galleries, passing in tables as the data sources.
Table 1 would hold your items, table 2 would hold the child items and the item(s) they belong to.
You could then use the OnSelect from the first gallery to filter the second gallery.
Kristine Kolodziejski wrote a great blog about building menus using galleries with tables as a datasource. I recommend checking it out.
You could do this with two vertical galleries, passing in tables as the data sources.
Table 1 would hold your items, table 2 would hold the child items and the item(s) they belong to.
You could then use the OnSelect from the first gallery to filter the second gallery.
Kristine Kolodziejski wrote a great blog about building menus using galleries with tables as a datasource. I recommend checking it out.
Hello!
Thank you so much.
User | Count |
---|---|
256 | |
106 | |
86 | |
51 | |
43 |