shows the overlay message over the body of DataTable
message | string | the text or the html string that will be shown as the overlay message |
view:"datatable",
on:{
onBeforeLoad:function(){
this.showOverlay("Loading...");
}
}
Good for "Loading" and "No data" notifications.
Can be styled with the help of the webix_datatable_overlay css class.