fires when the width or height of DataTable was changed
width | number | the current width |
height | number | the current height |
dtable.attachEvent("onResize", function(width, height){
webix.message("Datatable takes "+(width*height)+" square pixels");
});