hideOverlay
hides the previously defined overlay
function hideOverlay(): void
Example
Section titled “Example”webix.grid({ on: { onAfterLoad:function(){ this.hideOverlay(); } }});
also check the next samples:
See also
Section titled “See also”Articles
API