sets the default height for rows
The property is deprecated since v11.4. You can adjust the default height for rows via the rowHeight property of the
tableConfig configuration object.
webix.ui({
view:"spreadsheet",
rowHeight:40,
...
});