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.