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