header
Optional. Adds a header with text for a cell
header?: string;
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header"}
]
});
Related sample: Layout. Header
Optional. Adds a header with text for a cell
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header"}
]
});
Related sample: Layout. Header