ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: kiwon34 on July 22, 2019, 05:26:54 pm
-
https://paramquery.com/pro/demos/tooltips
As you can see in the demo, tooltips are shown only on body data.
Is there a way to show tooltips when mouse is over the header area?
-
Tooltips in header cells is discussed here:
https://paramquery.com/forum/index.php?topic=799
-
Thank you.
I see that this answer is from old version, but is it the same in version 6?
-
yes
refreshHeader: function(){
var $cell = this.getCellHeader( {colIndx: 0});
$cell.attr("title", "my tooltip").tooltip();
}