collapsed
Optional. Defines whether a cell is collapsed
collapsed?: boolean;
Default value: false
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header", collapsed:true}
]
});
Optional. Defines whether a cell is collapsed
Default value: false
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header", collapsed:true}
]
});