headerIcon
Optional. An icon used in the header of a cell
headerIcon?: string;
Example
const layout = new dhx.Layout("layout_container", {
cols: [
{ header:"Cell header", headerIcon:"dxi dxi-check"}
]
});
Related sample: Layout. Header