maxColumnWidth

sets the maximum width for a column

number maxColumnWidth;

Example

webix.ui({
    view:"datatable",
    maxColumnWidth:100,
    // ...
});

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix open source html5 framework and page of datatable js product.