onAfterRender

occurs each time after the view is rendered

void onAfterRender(array data);
dataarraythe set of data which were rendered

Example

grid.attachEvent("onAfterRender", function(){
   webix.message("Rendering end");
});

Details

In case of DataTable, data is a datastore object of the component.

See also
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 widget library and page of javascript datagrid library product.