defines the default width for columns (in pixels)
The property is deprecated since v11.4. You can adjust the default width for columns via the columnWidth property of the
tableConfig configuration object.
webix.ui({
view:"spreadsheet",
columnWidth:150,
...
});