ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: noctrona on December 17, 2014, 01:34:03 pm
-
Hi team,
I have a question.
When I move my mouse on a cell, is that possible to show a small div(like our validation message) ?
I know we have a new attr to show comments. But I use a old version, and for the moment, I can't update it. So I hope there is an other way to achieve this.
Thank you!
-
If you have noticed, comments tooltip is created by pqTooltip
create: function (evt, ui) {
$(this).pqTooltip();
}
in this demo http://paramquery.com/pro/demos/comments
pqTooltip is just a wrapper over jQueryui tooltip, you can customize the looks of tooltip similar to the example shown here
http://jqueryui.com/tooltip/#custom-style