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
{{ message }}
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.
Trying to filter collections and using reset makes the collection lose all it's paginating abilities. If I instead just replace the namespace's collection with a brand new collection, this.collection.get no longer works with an idAttribute set on the model.
The text was updated successfully, but these errors were encountered:
I'm not sure what you mean by this. Is this just your application's problem or backbone.paginator's problem? If it is, can you give me the steps to reproduce the issue?
Old Issue, I know, but maybe this helps someone. I am using the reset to "filter" models from the main collection with client mode. This is what worked for me:
Trying to filter collections and using reset makes the collection lose all it's paginating abilities. If I instead just replace the namespace's collection with a brand new collection,
this.collection.get
no longer works with anidAttribute
set on the model.The text was updated successfully, but these errors were encountered: