When this.app.refresh() is executed in another part of the app (to change language, for example) the whole app refresh and the sidebar is loaded with only the first level items.
If i try to inspect sidebarConfig (the DataCollection) I can also only see the first level items of the menu.
I have a multi-level sidebar loaded with
where
sidebarConfig is a
webix.DataCollection()
.When
this.app.refresh()
is executed in another part of the app (to change language, for example) the whole app refresh and the sidebar is loaded with only the first level items.If i try to inspect sidebarConfig (the DataCollection) I can also only see the first level items of the menu.
Any ideas?