Adding backgrid paginator

This commit is contained in:
Mark McDowall 2013-04-30 20:14:54 -07:00
parent 00276041ad
commit 6cb6065669
5 changed files with 68 additions and 2 deletions

View file

@ -64,7 +64,12 @@ define([
row : NzbDrone.Missing.Row,
columns : columns,
collection: this.missingCollection,
className : 'table table-hover'
className : 'table table-hover',
state: {
pageSize: 10,
sortKey: "airDate",
order: 1
}
}));
},