mirror of https://github.com/Radarr/Radarr
Fix: Sorting on grids will now be ordered properly regardless of user's date format.
This commit is contained in:
parent
baed29710e
commit
102ad8d3cf
|
@ -72,7 +72,6 @@
|
||||||
{ sWidth: '80px', "mDataProp": "EpisodeNumbering", "bSortable": false }, //EpisodeNumbering
|
{ sWidth: '80px', "mDataProp": "EpisodeNumbering", "bSortable": false }, //EpisodeNumbering
|
||||||
{ sWidth: 'auto', "mDataProp": "EpisodeTitle", "bSortable": false }, //Episode Title
|
{ sWidth: 'auto', "mDataProp": "EpisodeTitle", "bSortable": false }, //Episode Title
|
||||||
{ sWidth: '70px', "mDataProp": "Quality", "bSortable": false }, //Quality
|
{ sWidth: '70px', "mDataProp": "Quality", "bSortable": false }, //Quality
|
||||||
{ sWidth: '150px', "mDataProp": "Date" }, //Grabbed On
|
|
||||||
{ sWidth: '150px', "mDataProp": function (source, type, val) {
|
{ sWidth: '150px', "mDataProp": function (source, type, val) {
|
||||||
// 'display' and 'filter' use our fancy naming
|
// 'display' and 'filter' use our fancy naming
|
||||||
if (type === 'display' || type === 'filter') {
|
if (type === 'display' || type === 'filter') {
|
||||||
|
|
Loading…
Reference in New Issue