-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pagination #60
Comments
FWIW, that’s already in there. In the results, it’s the key called |
@Mr0grog Ah, I forgot &no_map=true in the URL params. That's why I wasn't seeing it. Thank you for pointing that out. |
FYI, I had to to UB FWIW TBH. |
@brucegarro this is a conversation about using Backbone.paginator with Marionette: http://stackoverflow.com/questions/11519061/how-to-handle-pagination-with-backbone-marionette/19222183#19222183 |
I just implemented a rough start for front end pagination in a new branch. Currently, it pulls new pages of data from the server after clicking "next" in the results page. Some issues:
|
We want the results page to paginate results instead getting everything from the server.
@Mr0grog has started this work, which can be seen in pull request #59. With only a few minor issues, this seems to be a good start for pagination in the front end.
We may need more information. The Backbone model needs to stop asking for data when it reaches the end of the queryset. @brucegarro, any thoughts?
The text was updated successfully, but these errors were encountered: