Keep Side Menu Expanded

Hi,

When we login, we are redirected to main screen. Inside main screen there is a side menu which contains items in tree structure. I want to keep that tree structure expanded by default.

Thanks in advance.

Look this MenuConfig :: Jmix Documentation
Switch menu to Single mode Menu Designer :: Jmix Documentation
menu has attribute expanded MenuConfig :: Jmix Documentation

For instance:

    <menu id="reports" caption="msg://io.jmix.reportsui/menu.reports" expanded="true">
1 Like