How to call from one view to another in webix jet

I have a sidemenu as a parent and I want to refresh it when I add new menu. that means I have two parent view. so how can I refresh sidemenu when new menu adds.

Hello @Naufil,

that means I have two parent view. so how can I refresh sidemenu when new menu adds.

Could you please elaborate a bit on this point, as I don’t quite understand your use case? What do you mean by “new menu adds”? Are you dynamically adding an item to the existing menu, or are you adding an entirely different menu component? What is the overall structure of the application?

In general, there are quite a few ways views can communicate with each other in Webix Jet. I recommend taking a look at the following article for an in-depth look at each of these methods: View Communication - Webix Jet.