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

Feature: Database Pagination #76

Open
LastDragon-ru opened this issue Mar 16, 2021 · 2 comments
Open

Feature: Database Pagination #76

LastDragon-ru opened this issue Mar 16, 2021 · 2 comments

Comments

@LastDragon-ru
Copy link

Could you please replace "show xxx more" to a standard paginator with page numbers? The current approach is totally unusable when you have a lot of queries and need the last page 😥 Or maybe I miss something?

image

@itsgoingd
Copy link
Member

Hey, the only reason the pagination exists are performance issues with large tables. Originally this was supposed to be a kind of an infinite scrolling thing, but it was fairly complex to implement, so I ended up with a more annoying but way simpler solution.

Maybe we can try some improvements in the next release, in the meantime, you can try using the search to find your queries a bit faster.

@VaidasVisk
Copy link

Hello @itsgoingd,
maybe instead of pagination, you could just add customizable page size in app's settings or wherever, because now 30 items per page is so low, it's annoying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants