Created on 23 April 2022
icon_unfollowing
Login to follow
manual-pagination-exemplo

Manual Pagination - example

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 23 April 2022 by 
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.


Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
See all 1 dependencies