height
sets the height of a grid
height?: number;
Example
const treegrid = new dhx.TreeGrid("treegrid_container", {
columns: [
// columns config
],
height: 400,
data: dataset
});
sets the height of a grid
Example
const treegrid = new dhx.TreeGrid("treegrid_container", {
columns: [
// columns config
],
height: 400,
data: dataset
});