headerImage
Optional. An image used in the header of a cell
headerImage?: string;
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header", headerImage:"/img.png"}
]
});
Optional. An image used in the header of a cell
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header: "Cell header", headerImage:"/img.png"}
]
});