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