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