Skip to content

hideOverlay

hides the previously defined overlay

function hideOverlay(): void
webix.grid({
on: {
onAfterLoad:function(){
this.hideOverlay();
}
}
});

also check the next samples:

Articles

API