1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Better Backgrid.Column defaults, much cleaner

This commit is contained in:
Mark McDowall
2013-05-16 20:47:28 -07:00
parent 16e13e0c24
commit 92d913e4ac
5 changed files with 134 additions and 167 deletions
+1 -4
View File
@@ -10,26 +10,23 @@ define(['app', 'Series/Details/EpisodeDetailCell'], function () {
columns: [
{
name : 'details',
editable: false,
label : 'Details',
cell : NzbDrone.Series.Details.EpisodeDetailCell
},
{
name : 'episodeNumber',
label : '#',
editable: false,
cell : 'integer'
},
{
name : 'title',
label : 'Title',
editable: false,
cell : 'string'
},
{
name : 'airDate',
label : 'Air Date',
editable: false,
cell : 'date'
//formatter: new Backgrid.AirDateFormatter()
}