onLoadError of ui.filter, Events Webix Docs

fires when an error occurs during data loading (invalid server side response)

void onLoadError(object xhr);

objectan xhr object

Example

dtable.attachEvent("onLoadError", function(xhr){
    webix.message("Loading error");
));

Details

The event occurs after XML loading is complete.

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.