From bcdac3955f5180efdfd6990d94fb074bc4ae5c2d Mon Sep 17 00:00:00 2001 From: asaguer Date: Wed, 17 May 2023 17:32:16 +0100 Subject: [PATCH] add a significant text to indicate that the span is empty or has no value --- js/grid.base.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/grid.base.js b/js/grid.base.js index de26c40c9..948c58115 100644 --- a/js/grid.base.js +++ b/js/grid.base.js @@ -5294,8 +5294,8 @@ $.fn.jqGrid = function( pin ) { } tdc = isMSIE ? "class='ui-th-div-ie'" :""; imgs = ""; + imgs += "empty"; + imgs += "empty"; if(ts.p.multiSort) { if(ts.p.sortname ) { sortarr = ts.p.sortname.split(",");