jquery Programming Glossary: thd
jqGrid Column Group http://stackoverflow.com/questions/7341339/jqgrid-column-group the code of sortData function the lines 1874 1884 var thd thead first ts.grid.hDiv .get 0 tr th eq ts.p.lastsort span.ui.. .get 0 tr th eq ts.p.lastsort span.ui grid ico sort thd .addClass 'ui state disabled' tr th eq ts.p.lastsort thd .attr.. thd .addClass 'ui state disabled' tr th eq ts.p.lastsort thd .attr aria selected false tr th eq idxcol span.ui icon ts.p.sortorder..
jqGrid Column Group http://stackoverflow.com/questions/7341339/jqgrid-column-group from here . The changes consist from two blocks. First I changed the code of sortData function the lines 1874 1884 var thd thead first ts.grid.hDiv .get 0 tr th eq ts.p.lastsort span.ui grid ico sort thd .addClass 'ui state disabled' tr th eq.. function the lines 1874 1884 var thd thead first ts.grid.hDiv .get 0 tr th eq ts.p.lastsort span.ui grid ico sort thd .addClass 'ui state disabled' tr th eq ts.p.lastsort thd .attr aria selected false tr th eq idxcol span.ui icon ts.p.sortorder.. .get 0 tr th eq ts.p.lastsort span.ui grid ico sort thd .addClass 'ui state disabled' tr th eq ts.p.lastsort thd .attr aria selected false tr th eq idxcol span.ui icon ts.p.sortorder thd .removeClass 'ui state disabled' tr th eq idxcol..
|