Is there any support, current or planned, to support paging i.e. being able if a bucket has N objects, to specify a page K and page size L so that only objects KL..K(L+1) in the bucket are kept in sync?
It would be great if your Backbone.js library would support this and interface a paged bucket into a Backbone.PageableCollection.
Is there any support, current or planned, to support paging i.e. being able if a bucket has N objects, to specify a page K and page size L so that only objects KL..K(L+1) in the bucket are kept in sync?
It would be great if your Backbone.js library would support this and interface a paged bucket into a Backbone.PageableCollection.