sets the minimal height for the view
webix.ui({ rows:[ { view: "spreadsheet", id:"ss", data: spreadsheet_data, minHeight:500 }, { /* other components */ } ] });