$.paramquery.pqGrid.prototype.getCellHeader=function(e){var i,l=e.colIndx,n=e.dataIndx,l=null==l?this.colIndxs[n]:l,d=this.$tbl_header,t=this.options,r=t.freezeCols;if(void 0!=d){d.length>1&&(d=$(l>=r?d[1]:d[0]));var i=d.children().children(".pq-grid-title-row").children("[pq-col-indx="+l+"].pq-grid-col-leaf")}return 0==i.length||"hidden"==i[0].style.visibility?$():i};