sets image of tree col
rowId | string|number | id of row |
url | string | image url |
myTreeGrid.setItemImage(rowId,"../../../dhtmlxGrid/codebase/imgs/csh_bluebooks/folder.gif")
Note, this method should be called only after appropriate row is loaded
Back to top