From aa49c1a6c5b3b4c5e897380f884aeaa9d112e087 Mon Sep 17 00:00:00 2001 From: asaguer Date: Wed, 17 May 2023 11:43:10 +0100 Subject: [PATCH] fix Empty table header --- js/grid.filter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/grid.filter.js b/js/grid.filter.js index 349762269..84c0c38f7 100644 --- a/js/grid.filter.js +++ b/js/grid.filter.js @@ -1275,7 +1275,7 @@ $.jgrid.extend({ $.each($t.p.colModel,function(ci){ var cm=this, soptions, select="", sot="=", so, i, st, csv, df, elem, restores, th = $(""), - thd = $("
"), + thd = $("
empty
"), stbl = $("
"); if(this.hidden===true) { $(th).css("display","none");} this.search = this.search === false ? false : true;