onStructureLoad of ui.datatable, Events Webix Docs

StartAPI Referenceui.datatableEvents

fires when the structure of DataTable (columns configuration) is initialized

void onStructureLoad();

Example

dtable.attachEvent("onStructureLoad", function(){
   webix.message("Structure is ready");
});

See also

  • Articles

  • Back to top

    If you have not checked yet, be sure to visit site of our main product Webix web development library and page of html5 datatable product.