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

Remember "Show XXX entries" dropdown value or change default to larger than 10 #26

Closed
BananaHammock743 opened this issue Jan 14, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@BananaHammock743
Copy link

My preferred view (for this and PiHole) is always "show 100 entries" so I know I'm seeing all entries in the result table below and never see pagination. PiAlert doesn't seem to remember this chosen value when navigating through different PiAlert URL's or on initial load.

Can this value be remembered or a larger default (eg. 100) be used?

@pucherot
Copy link
Owner

OK, I will implement this request
Thank you

@pucherot pucherot self-assigned this Jan 14, 2021
@pucherot pucherot added the enhancement New feature or request label Jan 14, 2021
@eugef66
Copy link

eugef66 commented Jan 29, 2021

I second this request.
I currently modified devices.php and index.php to remove "pagination" completely,

$('#tableDevices').DataTable({ 'paging' : false,

however I know it will be overwritten with next update. Would be good to have page remember my choice or make the page size configurable in ".config"

@pucherot
Copy link
Owner

Done.
Will be available in next version.

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

3 participants