onStructureLoad

срабатывает, когда создается структура DataTable (настройка колонок)

void onStructureLoad();

Example

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

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix web ui framework and page of excel javascript library product.