-
Notifications
You must be signed in to change notification settings - Fork 511
[feature reqest] Create a user or installation setting for number of items per page. #1796
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
Comments
The used datatable component does not support that out-of-the-box. |
This issue has been automatically marked as stale because it |
@votdev Thanks for keeping this alive as I would still like to have the option. And sorry for not being able to contribute code myself. |
@votdev I'm currently preparing a PR for this. Would something like that be acceptable? |
…r of items per page Value is stored in local storage and restored on login
…r of items per page Value is stored in local storage and restored on login Signed-off-by: Alexander Straube <alexander.straube@gmail.com>
Signed-off-by: Alexander Straube <alexander.straube@gmail.com>
Also an "all" (or "0"=all) option? Thanks! |
Signed-off-by: Alexander Straube <alexander.straube@gmail.com>
@DjoeC Good call. The input now allows all values >= 0 with 0=all |
Super!! |
Thank you for the initial contribution. But to be honest, I don't like the solution and implementation at all. |
Ahha yes definitely not a browser setting. Like (many?) other users I don't save browser settings (cookies). |
Is your feature request related to a problem? Please describe.
On a large screen it is frustrating to have a maximum of 25 visible items. On a mobile device when more than 25 items are available it requires some scrolling, followed by paging - 2 different actions. Being able to have "all" or some user-determined arbitrary number or choice from a number of presets, saved between sessions, would be a nice enhancement.
Describe the solution you'd like
I would like a per user/installation setting of the (maximum) number of items per page. Refer to the "limit" property.
Describe alternatives you've considered
Currently there is no alternative but the standard limit of 25 items per page other than a (local) code adjustment.
Additional context
According to post https://forum.openmediavault.org/index.php?thread/53333-possible-to-increase-number-of-items-per-page-in-services-compose-files-containe/&postID=396202#post396202 the enhancement should be possible.
I understand that with summer being here it will not have great priority BUT the enhancement would be greatly appreciated.
The text was updated successfully, but these errors were encountered: