-
Notifications
You must be signed in to change notification settings - Fork 108
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
Endless pagination loads entire page contents on scroll #58
Comments
Looks like we're experiencing the same issue while using AjaxListView. |
No, I'm just decided to not use scrolling. I posted a question on SO, but no answer. http://stackoverflow.com/questions/20485004/endless-pagination-loads-entire-page-contents-on-scroll |
FWIW, I just encountered the same issue when I wrote:
putting the 'page_number' in quotes. |
Although the issue seems to have been posted a month old, I ran into the issue as well several months ago and found that the problem was in evaluating the screen size. I'll take a further look at my fix and submit a pull request |
Thank you for the great app!
The initial view of the page works fine, but once scrolled a the entire page contents are loaded into the endless_page_template div.
The relevant parts of my view are below. I'm using a CreateView because I have the comments form on the same page as the paginated comments.
The relevant parts of my/index.html template (main template)
The relevant parts of my/comments.html (page_template)
The text was updated successfully, but these errors were encountered: