You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.