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
There might be a straight-forward way to accomplish what I specified in the title, but I haven't figured it out. To be specific, if there are only 3 pages and the user requests page 10, I would like the application to show the last available page.
What would be the possible solution?
in the regular pagination ({% paginate %})
in the lazy pagination ({% lazy_paginate %}), when number of pages is not known upfront
The text was updated successfully, but these errors were encountered:
@shtalinberg , I am not interested in SEO in this case, but in increasing user friendliness. The paginated pages are not visible to search engines anyway.
There might be a straight-forward way to accomplish what I specified in the title, but I haven't figured it out. To be specific, if there are only 3 pages and the user requests page 10, I would like the application to show the last available page.
What would be the possible solution?
{% paginate %}
){% lazy_paginate %}
), when number of pages is not known upfrontThe text was updated successfully, but these errors were encountered: