paginationwithrecordlist-oml
Reactive icon

Pagination with Record List

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 30 May 2021 by 
5.0
 (1 rating)
paginationwithrecordlist-oml

Pagination with Record List

Details
A simple component to demonstrate how Pagination can be implemented with Record list variable instead of using Aggregates.
Read more

This Component doesn't involve any external integration or complex implementation, as it suggests its a simple demonstration of how to make pagination work while integrating the Data Grid with Record list variable instead of using Aggregates.

Example Usecases :

1) Suppose the data source of the grid is dynamically retrieved using SOAP or REST API, where you need to append the output in the List variable and that variable is the source for the data grid available on the screen. In this case, to support the Pagination for the grid this component logic will be really useful.

2) Suppose your logically creating the list and performing paging operations, during those situations this logic will be simple and helpful.


Release notes (1.0.0)
Reviews (0)