We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The entity tables currently have a page size of 5, which is a bit low. 20 is a better value that will fill a usual browser window (16:9) better.
Improve UX. Page sizes that are too small are hard to navigate through. Whether 20 is indeed the optimal default needs some progressive insight.
<Pagination />
A unified default value constant of 20 items per page for all entity tables. (Except for the device table in the application overview)
Console.
Trivial.
Yes.
The text was updated successfully, but these errors were encountered:
I'm opting for 20, 25 or 30, potentially making the table a bit more condense.
Sorry, something went wrong.
Ok, let's use 20 then. Anything higher makes the page already quite long. We can later provide a Show all items button.
Show all items
mjamescompton
Successfully merging a pull request may close this issue.
Summary
The entity tables currently have a page size of 5, which is a bit low. 20 is a better value that will fill a usual browser window (16:9) better.
Why do we need this?
Improve UX. Page sizes that are too small are hard to navigate through. Whether 20 is indeed the optimal default needs some progressive insight.
What is already there? What do you see now?
<Pagination />
component.What is missing? What do you want to see?
A unified default value constant of 20 items per page for all entity tables. (Except for the device table in the application overview)
Environment
Console.
How do you propose to implement this?
Trivial.
Can you do this yourself and submit a Pull Request?
Yes.
The text was updated successfully, but these errors were encountered: