-
-
Notifications
You must be signed in to change notification settings - Fork 858
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
Hard Limit in Config (for Pagination) #2494
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