onRowResize

срабатывает, когда высота ряда таблицы изменилась

void onRowResize(string|number id);
idstring|numberID ряда

Example

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

Наверх
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.