Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Description
The link generated by <util:remoteSortableColumn> ignores the 'max' parameter set by <util:remotePaginate> (assuming both tags are used to control the same list of records) by default.
It would be nice to either add the 'max' parameter to the generated link (like it is done with the 'sort' and 'order' parameters for the links generated by <utils:remotePaginate>
or to mention in the documentation that this effect can be achieved by adding the 'params="$
"' attribute to the <util:remoteSortableColumn> tag.
Thanks, I have changed the documentation to reflect the change suggested by you. Next release shall support max attribute in remoteSortableColumn as well.
Cheers!