You can use Font Awesome icons in dhtmlxTreeGrid.
This possibility can be enabled with the help of the setIconset method:
myTreeGrid.setIconset("fontawesome");
Related sample: TreeGrid - font awesome icons
Follow the Font Awesome homepage to learn more about icons.
Back to top