Documentation

onAfterLoad

fires after server side loading is complete

void onAfterLoad(){ ... };

Example

mygrid.attachEvent("onAfterLoad", function(){
    webix.message("Data loaded");
})

See also

Back to top