Categories | Question details Back To List | ||
[GRID] Change sorting indicator position Is there any chance to move the sorting indicator from right side of column header to its left side? Answer posted by Support on Nov 13, 2008 09:53 Can be done only by code modification. dhtmlxgrid.js, line 1066 var wdth = el.offsetWidth; can be replaced with var wdth = 14; |