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