-
I would like to select 20 items per page, because when I select 25 items I need to scroll down to see other rows, and it isn't comfortable. |
Beta Was this translation helpful? Give feedback.
Answered by
arukompas
Mar 16, 2025
Replies: 2 comments 2 replies
-
Hey @cooliyev , the option is now available in v3.15.4 Simply add this to your /*
|--------------------------------------------------------------------------
| Per page options
|--------------------------------------------------------------------------
| Define the available options for number of results per page
|
*/
'per_page_options' => [10, 25, 50, 100, 250, 500], Let me know if you have any questions! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cooliyev
-
Hello, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @cooliyev , the option is now available in v3.15.4
Simply add this to your
config/log-viewer.php
:Let me know if you have any questions!