width
Optional. Sets the width of a grid
width?: number;
Example
const treegrid = new dhx.TreeGrid("treegrid_container", {
columns: [
// columns config
],
width: 400,
data: dataset
});
Related sample: TreeGrid. Custom sizes
Related article: Width/height