webix-jet sidebar with submenu

When I use a sidebar with menu, selection goes on the id and works correct, but…
when I use a button in a toolbar and go to another subview with:

    click: () => {
        this.show("./admin.admin");
    }

this also works correct and loads the subview, but then the sidebar menu-selections doesn’t work anymore.
I need in my application the possibility to load a different subview not from the sidebar-menu.
Hope you can present me an solution, greetings Rob

Hello,

Could you please provide more details on your case? As far as I can see, everything works smoothly: https://snippet.webix.com/nxqj795z

Thank you for your feedback,
but a part of the problem is that we have to deselect the last menu-item, because you cannot select it again:

by example: when I click ‘Start’ in your menu, then I click the Admin-button, then I cannot click the ‘Start’ menu item again.

Is it possible to deselect the menu-item?

Hello,
You can try to use unselect method of the sidebar

Thank you for the solution. It works :wink: