fires when the structure of a datatable was changed (a column was added, hidden or reconfigured)
mydata.attachEvent("onStructureUpdate", function(){ webix.message("Grid was updated"); });