onSubViewRender

fires each time a subview is rendered

void onSubViewRender(object item,HTMLElement node);
itemobjectthe item that a subgrid is rendered for
nodeHTMLElementthe HTML node of the subview

Available only in PRO Edition

Example

$$("datatable1").attachEvent("onSubViewRender",function(item,node){
    webix.message("A subview is rendered");
});

Details

The event fires for the subview that is opened and for the already opened subviews.

Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript component library and page of html5 datatable product.