Secondary sorting on series list

New: Sort by title as secondary sort on series list
This commit is contained in:
Mark McDowall
2014-12-13 00:12:26 -08:00
parent a9171d44d9
commit ecc8ece1ce
2 changed files with 96 additions and 7 deletions

View File

@@ -17,9 +17,11 @@ define(
tableName: 'series',
state: {
sortKey: 'sortTitle',
order : -1,
pageSize: 100000
sortKey : 'sortTitle',
order : -1,
pageSize : 100000,
secondarySortKey : 'sortTitle',
secondarySortOrder : -1
},
mode: 'client',