Making the paging in engage conform to the Pagers model will simplify moving over to using the Pager in engage.
Environment
None
Activity
Show:
Justin Obara January 12, 2010 at 2:33 PM
resolved at r8974
Refactored the paging to conform to the model used by the, forthcoming, Pager from Infusion. The only difference being that the model used here has the pageCount included.
Conform the paging mechanism in engage to the model used by the Pager in infusion
The Pager has a model that looks like this:
model: {
pageIndex: undefined,
pageSize: 10,
totalRange: undefined
}
Currently the paging in engage doesn't have a formal model and splits this information up into
that.dataInfo.setSize
that.dateInfo.numSets
that.setNumber
Making the paging in engage conform to the Pagers model will simplify moving over to using the Pager in engage.