allows adjusting the configuration of Spreadsheet table
webix.ui({
view: "spreadsheet",
tableConfig: {
css: "my_table",
rowHeight: 20,
resizeColumn: {icon: true}
}
});
Note that it's impossible to redefine some table properties which are necessary for correct work of the Spreadsheet widget,
such as spans, areaselect, id, editable, etc.