html
Optional. Sets HTML content for a cell
html?: string;
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header", html: "Hello world"}
]
});
Related sample: Layout. HTML content
Optional. Sets HTML content for a cell
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header", html: "Hello world"}
]
});
Related sample: Layout. HTML content