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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
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.