Opportunity-Calendar-Frontend icon indicating copy to clipboard operation
Opportunity-Calendar-Frontend copied to clipboard

Implement Pagination

Open Manvityagi opened this issue 3 years ago • 11 comments

  • [x] I checked to make sure that this issue has not already been filed.

  • [x] I'm reporting the issue to the correct repository (for multi-repository projects) (optional)

Expected Behavior:

Users should be able to move from one page to another image

Current Behavior:

All the results are shown. There is no pagination.

Solution:

The GET API can take 2 query params - page and limit. Make use of them while calling APIs and retrieving results. Default value is page=1 and limit = 10.

API Documentation

Manvityagi avatar May 02 '21 12:05 Manvityagi