height
Optional. Sets the height of a grid or adjusts it automatically to the content
height?: number | "auto";
Example
const treegrid = new dhx.TreeGrid("treegrid_container", {
columns: [
// columns config
],
height: 400,
data: dataset
});
Change log:
- The "auto" option was added in v8.1