Fix: Added sorting to the seasons column on the series grid.

pull/4/head
Mark McDowall 13 years ago
parent 545c9cb91e
commit 83089457d8

@ -152,7 +152,7 @@
return source["TitleSorter"];
}
}, //Title
{ sWidth: '100px', "mDataProp": "SeasonsCount", "bSortable": false }, //Seasons
{ sWidth: '100px', "mDataProp": "SeasonsCount" }, //Seasons
{ sWidth: '100px', "mDataProp": "QualityProfileName" }, //Quality
{ sWidth: '120px', "mDataProp": "Network" }, //Network
{ sWidth: '120px', "mDataProp": function (source, type, val) {

Loading…
Cancel
Save