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 widget library and page of excel javascript library product.