minRowHeight
sets the minimum height for a row
let minRowHeight: number
Example
Section titled “Example”webix.grid({ minRowHeight:40, ...});
Details
Section titled “Details”Works for row resizing only. If you need to set the default row height, you need to use the rowHeight parameter.
See also
Section titled “See also”Articles
API