Documentation

columnWidth

defines the default width for columns (in pixels)

number columnWidth;

Example

webix.ui({
    view:"datatable",
    columnWidth:150,
    ...
});

See also

Details

The default value of the parameter is 100px.

Back to top