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