id
Optional. The id of a cell
id?: string;
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header", id:"1"}
]
});
Optional. The id of a cell
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header", id:"1"}
]
});