You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an endpoint that returns a lot of results, so we need to use pagination. When the tableView scrolls reaches the bottom, a new API call will be done in order to add the new elements. I'm not sure if it possible to work with paging.
The text was updated successfully, but these errors were encountered:
jarrillaga
changed the title
Is it possible to add elements to the table view when the user reach de ends of the table?
Is it possible to use paging in the TableView to add more elements when the user reaches the bottom?
Jul 10, 2020
jarrillaga
changed the title
Is it possible to use paging in the TableView to add more elements when the user reaches the bottom?
Is it possible to use pagination in the TableView to add more elements when the user reaches the bottom?
Jul 10, 2020
I have an endpoint that returns a lot of results, so we need to use pagination. When the tableView scrolls reaches the bottom, a new API call will be done in order to add the new elements. I'm not sure if it possible to work with paging.
@Vkt0r can you clarify ?
Many thanks.
The text was updated successfully, but these errors were encountered: