1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04: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:
Alexandre Beloin 2015-01-31 11:45:42 -05:00
parent c62d8f2c79
commit f79951832e

View File

@ -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') );