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