What is a simple way to display a menu hierarchy of items that close/open like an accordion?

0
What is a simple way to display a menu hierarchy of items that close/open like an accordion? E.g. I start with:           Foo           Bar User clicks Foo and menu expands to show:           Foo                Foo2           Bar User clicks Foo2 and menu expands to show:           Foo                Foo2                      Foo3           Bar  
asked
1 answers
2

Probably the easiest way would be to use a custom widget – https://appstore.home.mendix.com/link/app/38862/

This widget is not the easiest to set up. Luckily so there is a demo project to guide you – https://appstore.home.mendix.com/link/app/38864/

Good luck,

-Andrej

answered