onRowResize

fires when the height of a row was changed

void onRowResize(string|number id);
idstring|numberthe ID of the row

Example

$$("table").attachEvent("onRowResize", function(id){
    alert("New row height: " + this.getItem(id).$height );
));

Back to top
If you have not checked yet, be sure to visit site of our main product Webix html5 framework and page of javascript datagrid product.