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

Portal: Pagination feature seems to load too much data per page or too many pages. #13

Closed
mlacouture opened this issue Jan 25, 2019 · 4 comments
Assignees
Labels
portal Issues relating to the AppConfig portal.
Milestone

Comments

@mlacouture
Copy link

Currently the feature loads 500 records. The PgDn keyboard button jumps about 10 records so in order to move to the end of the loaded records you would have to hit the button 50 times.

Just as a reference, for Amazon orders you need to hit the PgDn button 3 times to get to last loaded record.

@zhenlan zhenlan added the portal Issues relating to the AppConfig portal. label Jan 25, 2019
@zhenlan
Copy link
Contributor

zhenlan commented Jan 25, 2019

Do you have a screenshot as I may not understand the issue you described?

@mlacouture
Copy link
Author

image

Let me try to clarify. I imported 2000 properties from a property file, 500 are displayed in the key/values explorer as partially shown in the picture. With the keyboard I move to the key/value table, and press the PgDn key to 'paginate', in my screen I can see about 30 records at once (this is what I would call a page) so I have to push the button three times to move to the next page. So this is like loading about 16 pages at once.

@mlacouture
Copy link
Author

mlacouture commented Jan 28, 2019

some more info:

  • we load 500 at first and then 100 items per page (server page).
  • message should be clearer about how to load more items.

@zhenlan zhenlan added this to the Preview milestone Jan 29, 2019
@mlacouture
Copy link
Author

mlacouture commented Feb 6, 2019

Fix committed.

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

No branches or pull requests

2 participants