Skip to content

minRowHeight

sets the minimum height for a row

let minRowHeight: number
webix.grid({
minRowHeight:40,
...
});

Works for row resizing only. If you need to set the default row height, you need to use the rowHeight parameter.

Articles

API