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