I am using TreeGrid.setColTypes(“tree,img,img,txt”);
How to assign the specific alt (title) to the image under img columns instead of default one which is diplaying the image path.
Thanks.
You can do it directly in data XML as
some.gif^alt text here
or , use grid’s tooltip functionality as
some.gif