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