manual-pagination-exemplo
Reactive icon

Manual Pagination - example

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 23 April 2022 by 
5.0
 (1 rating)
manual-pagination-exemplo

Manual Pagination - example

Documentation
1.0.0

In this implementation example, I'm using a mockup data fetch, which returns me the complete list, which I want to manually manipulate the pagination of.


For this, I needed to create two local variables:

  • EmployeesWithPagination = will serve as a record, having two attributes, one of which will be a list and the other attribute, as a number for pagination;
  • Employees = will be the list that will be shown in the table


This logic will be invoked right after the data fetching, populating the EmployeesWithPagination.


This logic will be invoked at each page change, automatically, it will change the list of the variable Employees.