mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-05 17:05:03 -05:00
Always sort last by asc name.
Added sortAppend in the home.tmpl table to always sort by name asc after selecting an other column
This commit is contained in:
parent
c62d8f2c79
commit
f79951832e
@ -104,7 +104,8 @@
|
||||
filter_columnFilters: false,
|
||||
filter_reset: '.resetshows'
|
||||
},
|
||||
sortStable: true
|
||||
sortStable: true,
|
||||
sortAppend: [[1,0]]
|
||||
});
|
||||
|
||||
\$("#showListTableAnime:has(tbody tr)").tablesorter({
|
||||
@ -126,7 +127,8 @@
|
||||
filter_columnFilters: false,
|
||||
filter_reset: '.resetanime'
|
||||
},
|
||||
sortStable: true
|
||||
sortStable: true,
|
||||
sortAppend: [[1,0]]
|
||||
});
|
||||
|
||||
\$.tablesorter.filter.bindSearch( "#showListTableShows", \$('.search') );
|
||||
|
Loading…
Reference in New Issue
Block a user