Skip to content

maxRowHeight

sets the maximum height for a row

let maxRowHeight: number
webix.grid({
maxRowHeight:200,
...
});

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

Articles

API