1
Help for ParamQuery Pro / Re: Icon in column header
« on: June 19, 2025, 07:02:10 pm »
Thanks, I got this:
But the div is not inserted correctly...
Code: [Select]
refreshHeader: function(event, ui) {
var $cell = this.getCellHeader( { colIndx: 0 } );
$cell[0].append("<div></div>");
}
But the div is not inserted correctly...