list-pagination-reactive
Reactive icon

List Pagination Reactive

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 08 February 2020
 by 
5.0
 (10 ratings)
list-pagination-reactive

List Pagination Reactive

Details
Sample App showing how to implement Pagination for a List (i.e. from REST API) in a Reactive App
Read more

Sample App showing how to implement Pagination for a List (i.e. from REST API) in a Reactive App

1. Change incoming List Data source (i.e. consumed Web Service) to your own list source (i.e. GetUsers on UsersList screen)

2. Setup the List Data source OnAfterFetch event handler (i.e. GetUsersOnAfterFetch) to copy (append) the List Data to the Local Screen Variable (i.e. UsersList).  The Data Source for the Table on the screen should be bound to this same variable.

3. Setup the Pagination widget's OnPaginationNavigate event handler (i.e. OnPaginationNavigate) to update the Local Screen Variable (i.e. UsersList) with the updated list data with the new StartIndex.


Release notes (1.0.0)
Reviews (7)
by 
20 May
in version 1.0.0
This solution works well!
by 
2023-08-10
in version 1.0.0
Good solution! Thanks a lot.
by 
2023-06-23
in version 1.0.0
This solution works well !
Team
Other assets in this category