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
- [ ] Regression (a behaviour that used to work and stopped working in a new release)
- [x] Bug report -> please search issues before submitting
- [x] Feature request
- [ ] Documentation issue or request
As of now if a page is not valid - it will be set to 1. In case you go from the last page to last + 1, it will be changed to the first page rather staying on the last page.
Change the logic to stay on the last page if the page submitted is bigger than the number of pages.
Stay on the first page if the page submitted is less than the page submitted.
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)As of now if a
page
is not valid - it will be set to 1. In case you go from thelast page
tolast + 1
, it will be changed to the first page rather staying on the last page.Change the logic to stay on the last page if the page submitted is bigger than the number of pages.
Stay on the first page if the page submitted is less than the page submitted.
The text was updated successfully, but these errors were encountered: