minColumnWidth
sets the minimum width for a column
let minColumnWidth: number
Example
Section titled “Example”webix.grid({ minColumnWidth:40, // ...});
See also
Section titled “See also”Articles
API
sets the minimum width for a column
let minColumnWidth: number
webix.grid({ minColumnWidth:40, // ...});
Articles
API