Correct position of non-sorted table column
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
fdd2879988
commit
a0dff71e1b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ $.tablesorter.addParser({
|
|||
dateFormat: 'uk',<!-- /TMPL_IF -->
|
||||
widgets : ['zebra'],
|
||||
sortList: [[0,0]],
|
||||
headers: { 0: { sorter: 'articles' },4: { sorter: false }
|
||||
headers: { 0: { sorter: 'articles' },5: { sorter: false }
|
||||
}
|
||||
});
|
||||
$("#checkoutst").tablesorter({<!-- TMPL_IF EXPR="dateformat eq 'metric'" -->
|
||||
|
|
Loading…
Reference in a new issue