onAfterRender

срабатывает после каждой отрисовки компонента

void onAfterRender(array data);
dataarrayданные в компоненте

Example

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

Details

Если это событие DataTable, параметр data - это объект datastore.

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix widget library and page of javascript excel product.