showOverlay
shows the overlay message over the body of DataGrid
function showOverlay( // the text or the html string that will be shown as the overlay message message: string): void
Example
Section titled “Example”webix.grid({ on:{ onBeforeLoad:function(){ this.showOverlay("Loading..."); } }});
also check the next samples:
Details
Section titled “Details”Good for “Loading” and “No data” notifications.
Can be styled with the help of the webix_datatable_overlay css class.
See also
Section titled “See also”Articles
API