How I can add a child to menu item ?
docs does not explain that, as we can only pass index to ‘add’ function:
https://docs.webix.com/api__link__ui.sidebar_add.html
On the other hand ui.tree allows defining parentId:
https://docs.webix.com/api__link__ui.tree_add.html
And I think sidebar is also based on ui.tree, isn’t it ?