Child view communication

How to pass data from child to child view in webix jet ?

Do you mean siblings?

Yes @kuro

There is no direct communication between siblings (and this is by design), so you can use global events. https://webix.gitbook.io/webix-jet/part-ii-webix-jet-in-details/view-communication#events

Thanks @kuro