fires after a subview was created
view | object | the created subview |
item | object | the item that a subgrid is created for |
Available only in PRO Edition
$$("$datatable1").attachEvent("onSubViewCreate",function(view, item){
webix.message("A subview is created");
});