Using the custom formatter, I can add images to jqgrid cells. But the images are in their small version, and I would like to add a tooltip for the images. Basically, users can view the big version of image when they mouseover the small image.
I played with the setCell function and assigned image src directory to 'title'. The tooltip displayed, but just the string of image src.
My question is how to add the actual image in the tooltip?
setCell(rowid, 'colName', '','',{'title':”“})
Thanks very much.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top