fires each time a subview is rendered
| item |
Available only in PRO Edition
$$("datatable1").attachEvent("onSubViewRender",function(item,node){
webix.message("A subview is rendered");
});
The event fires for the subview that is opened and for the already opened subviews.
Back to top