Check documentation for the latest version of dhtmlxSuite getItemIcon DHTMLX Docs

getItemIcon

returns the font awesome icon of an item

string getItemIcon(string|number rowId);
rowIdstring|numberthe row id
stringthe font awesome icon of an item

Example

var fa_icon = myTreeGrid.getItemIcon("row1");

Related samples

See also
Back to top