Check documentation for the latest version of dhtmlxSuite setIcon DHTMLX Docs

setIcon

sets cell's icon (header's icon)

void setIcon(string icon);
iconstringfilepath

Example

myAcc.cells(id).setIcon("icon.png");

Back to top