hideOverlay

hides the previously defined overlay

void hideOverlay();

Example

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

Related samples

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix js frameworks and page of datagrid in html5 product.