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
I want to implement Twitter-style pagination but to stop and after N pages, replacing the scroll by a "show more" link that will then start again the scrolling pagination. I'm using the chunk feature but it is not working for me. It keeps the scrolling pagination just like the chunk feature is turned off. This is my code:
I want to implement Twitter-style pagination but to stop and after N pages, replacing the scroll by a "show more" link that will then start again the scrolling pagination. I'm using the chunk feature but it is not working for me. It keeps the scrolling pagination just like the chunk feature is turned off. This is my code:
view.py:
dashboard.html:
dashboard_page.html:
I'm el-pagination version 3.3.0 with Django 3.6.7
The text was updated successfully, but these errors were encountered: