Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: pagination should include some middle numbers #509

Open
sglebs opened this issue Feb 16, 2024 · 0 comments
Open

Enhancement: pagination should include some middle numbers #509

sglebs opened this issue Feb 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sglebs
Copy link

sglebs commented Feb 16, 2024

Is your feature request related to a problem? Please describe.

image

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:

  1. 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.

  2. 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.

@sglebs sglebs added the enhancement New feature or request label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant