maxRowHeight of ui.datatable, Properties Webix Docs
sets the maximum height for a row
number maxRowHeight;
Example
webix.ui({
view:"datatable",
maxRowHeight:200,
...
});
Details
Works for row resizing only. If you need to set the default row height, you need to use the rowHeight parameter.
See also
If you have not checked yet, be sure to visit site of our main product Webix javascript dashboard framework and page of datatable product.