height
sets the height of DataView
height?: number | string;
Example
// sets the height as a number
var dataview = new dhx.DataView("dataview", {height: 700});
// sets the height as a string value
var dataview = new dhx.DataView("dataview", {height: "700px"});
Related sample: Dataview. Setup Dataview Height
The usage of the CSS calc() function within the height property is not possible.