Listview Pagination

0
I have set pagination style to custom and in “Custom” tab I have a new item of text type, where the text is set to SHOWING {currentPageNumber} OF {totalPages}. But if I have 2 pages in listview and navigate, the pagination shows “Showing 2 of 2” for both pages, {currentPageNumber} does not change.
asked
3 answers
3

No need to file a ticket, an solution is on the way. :D

a pre-release is available here. https://github.com/mendixlabs/list-view-controls/releases/tag/v1.3.5

answered
0

Yes, I also faced same issue. {currentPageNumber} placeholder does not return correct value. It is returning total pages, not the current one. 
I think there is some bug in the widget.

answered
0

This seems like a bug. So you can file a support ticket for it, but do make sure that you have the latest version of the list view controls widget, because I found that I was using an older version and in a newer version my issues where solved.

answered