Documentation

hideOverlay

hides previously defined overlay

void hideOverlay();

See also

Example

view:"datatable",
on: {onAfterLoad:function(){
            this.hideOverlay();
        }
}

Back to top