Total Page Count
This pagination will apply when we have total_pages key in our API response. For example we have total page Count in this key total_pages
Example 1: When we have the user key in root keys
Select Total Page Count from the dropdown and fill these values there.
- In the above example
total_pageskey helps to identify upto which page the pagination will be completed , so it will come inUser Key - As we will be updating
pagevalue for going to next page data soKey Name to Updatewill bepage Data Collection Keyholds the data from the API and we will get the response in that key for example here it is['data'].
Example 2: When we have the user key in nested form.
Select Total Page Count from the dropdown and fill these values there.
- In the above example
total_pageskey helps to identify upto which page the pagination will be completed , so it will come inUser Key, as we can see in the example datatotal_pagekey is deep nested so we will pass theUser Keyas above. - As we will be updating
pagevalue for going to next page data soKey Name to Updatewill bepage Data Collection Keyholds the data from the API and we will get the response in that key for example here it is['data'].
Typically being used in all eCommerce Applications




