Setting a tooltip for an image column

I have a dhtmlxgrid with a column filled with images.

When one hovers over a cell in that column, the URL for the image displays.

How could I set a tooltip to a useful hint about what the icon stands for?

You may add the title attribute to your cell:
here is your image

Thank you sematik.