Series grid sorts on title now

This commit is contained in:
Mark McDowall 2013-07-17 19:09:34 -07:00
commit b9dc803e0b
2 changed files with 12 additions and 3 deletions

View file

@ -43,9 +43,10 @@ define(
cell : SeriesStatusCell
},
{
name : 'this',
label: 'Title',
cell : SeriesTitleCell
name : 'title',
label : 'Title',
cell : SeriesTitleCell,
cellValue: 'this'
},
{
name : 'seasonCount',