onViewResize of ui.datatable, Events Webix Docs

StartAPI Referenceui.datatableEvents

fires when the size of a view has been changed by resizer

void onViewResize();

Example

view.attachEvent("onViewResize", function(){
   // your code here
});

Details

Called only when the size of a view was changed by the layout's resizer.

Back to top

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