ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: gwinterhalter on April 18, 2019, 02:13:29 am
-
Hi Support
Can you provide a plinkr example to add too0ltips to grid headers?
Thanks,
Greg Winterhalter
-
Tooltips can be added in header cells in refreshHeader event.
refreshHeader: function(){
var $cell = this.getCellHeader({colIndx: 0});
$cell.attr("title", "my tooltip").tooltip();
},
[/code
code can be checked by adding it in this example:
https://paramquery.com/pro/demos/comments