showOverlay

shows the overlay message over the body of DataTable

void showOverlay(string message);
messagestringthe text or the html string that will be shown as the overlay message

Example

view:"datatable",
on:{
    onBeforeLoad:function(){
        this.showOverlay("Loading...");  
    }
}

Related samples

Details

Good for "Loading" and "No data" notifications.

Can be styled with the help of the webix_datatable_overlay css class.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript website framework and page of javascript tree grid product.