Actions
Feature proposal #6755
closedRedo paging without pagenav
Feature proposal #6755:
Redo paging without pagenav
Start date:
01 September 2017
Due date:
% Done:
100%
Estimated time:
Description
Redo the paging code to not use pagenav. The stream should define the limit and what page it's on. The next page should always be current page + limit and be set after every call. If rows are removed and it's looped then it'll be able to take the loop count into account. PageNav class isn't providing anything here in this case.
Actions