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