Backbone.PagedCollection
Backbone.PagedCollection copied to clipboard
A Backbone collection with paging and simple caching capabilities
Results
2
Backbone.PagedCollection issues
Sort by
recently updated
recently updated
newest added
Could you give more detail how to use your backbone extension? I tried ``` var gists = new Backbone.PagedCollection({model: AutoSubmitter.Models.Campaign, url: '/campaigns', urlRoot: '/campaigns'}) gists.fetch() ``` But it said that...
Currently, the collection holds a field named `perPage` which is set on initialization or on fetch, which dictates the amount of items on page. Using this value the items are...
enhancement
question