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
Is your feature request related to a problem? Please describe.
It is very tedious no navigate when a large number of pages exists. I can't jump back 100 at a time, for example. Either I see the last few ones or the very few first ones. Middle ones are not available.
Describe the solution you'd like
I see 2 options:
Render some midpoint values. So, if there are 300 pages, it should show 1,2...150,151,...299,300
This allows for a "binary search"to convert to a page, because you can also move back or forward, eliminating 1/2 of the search space when paginating.
Add << and >> buttons which paginate a larger number of pages forward or backwards
Describe alternatives you've considered
If these limits were passed in the URL I would have been able to workaround, but that s not the case.
Additional context
None.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is very tedious no navigate when a large number of pages exists. I can't jump back 100 at a time, for example. Either I see the last few ones or the very few first ones. Middle ones are not available.
Describe the solution you'd like
I see 2 options:
Render some midpoint values. So, if there are 300 pages, it should show 1,2...150,151,...299,300
This allows for a "binary search"to convert to a page, because you can also move back or forward, eliminating 1/2 of the search space when paginating.
Add << and >> buttons which paginate a larger number of pages forward or backwards
Describe alternatives you've considered
If these limits were passed in the URL I would have been able to workaround, but that s not the case.
Additional context
None.
The text was updated successfully, but these errors were encountered: