header
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
adds a header with text for a cell
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header"}
]
});
Related sample: Layout. Header