-
-
Notifications
You must be signed in to change notification settings - Fork 861
Hard Limit in Config (for Pagination) #2494
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
src/config/datatables.php
Outdated
@@ -119,4 +119,10 @@ | |||
'options' => 0, | |||
], | |||
|
|||
/** | |||
* Maximum record per page |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the correct word is records?
Maximum records per page.
PR looks good aside from the minor typo? Will test this today on actual project. Thanks! |
Ignore this one, can be discussed on another PR. |
Typo Fixed
Typo Fixed
I just solved the issue.
This will insert |
#2493