Default to descending sort
This commit is contained in:
parent
f3648fdc1a
commit
98e3d1264e
@ -151,6 +151,7 @@ sorttable = {
|
|||||||
//sorttable.shaker_sort(row_array, this.sorttable_sortfunction);
|
//sorttable.shaker_sort(row_array, this.sorttable_sortfunction);
|
||||||
/* and comment out this one */
|
/* and comment out this one */
|
||||||
row_array.sort(this.sorttable_sortfunction);
|
row_array.sort(this.sorttable_sortfunction);
|
||||||
|
row_array.reverse();
|
||||||
|
|
||||||
tb = this.sorttable_tbody;
|
tb = this.sorttable_tbody;
|
||||||
for (var j=0; j<row_array.length; j++) {
|
for (var j=0; j<row_array.length; j++) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user