columnWidth

defines the default width for columns (in pixels)

number columnWidth;

Example

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


Default value:

100
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript framework and page of ui datagrid product.