Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Description
When the number of records per page is set to be more than the total number records, the pagination controls are not shown at all and it is not possible to change the number of records per page any more.
If I remove "total > max && " from line 123 of RemotePaginationTagLib.groovy I am able to get the pagination controls back.