0

I am using Backbone to do pagination on a static dataset. So I have a dataset with 100 records, I would like to store that data in the collection and use pagination over that dataset.

There is no database pagination available. So if I have 100 records, I would like to show 10 and then when I scroll, I would like to append another 10 to the view.

Any help is appreciated.

4

1 回答 1

0

可能会帮助你。看clientPagerAddy Osmani的插件。

于 2012-11-02T19:26:21.650 回答