Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1.1, 1.2
-
Fix Version/s: None
-
Component/s: Paging/Sorting
-
Labels:None
Description
When applying display tag to paginate with external sorting, if a user moves to the 5th page and then sorts that page, the displaytag table shows the first page of the list instead of the 5th.
My table:
<display:table name="LISTA" pagesize="50" sort="external" partialList="true" size="<%=resultSize %>" id="my-id" requestURI="#my-id" class="display-tag-table">
Expected behaviour: 5th page displayed and sorted.
Actual behaviour: First page displayed and sorted.
My table:
<display:table name="LISTA" pagesize="50" sort="external" partialList="true" size="<%=resultSize %>" id="my-id" requestURI="#my-id" class="display-tag-table">
Expected behaviour: 5th page displayed and sorted.
Actual behaviour: First page displayed and sorted.