minHeight
sets the minimal height for the view
let minHeight: number
Example
Section titled “Example”webix.grid({ minHeight:100});
also check the next samples:
Details
Section titled “Details”- During resizing the view can’t take the size lesser than the value of minHeight.
- If more (free) space is available - the view will take it.