Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Stevo on Nov 13, 2008 08:01
open dhtmlx forum
[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;