Documentation

minColumnWidth

sets the minimum width for a column

number minColumnWidth;

Example

webix.ui({
    view:"datatable",
    minColumnWidth:40,
    ...
});

See also

Details

By default, the parameter is 20px.

Back to top