Opportunity-Calendar-Frontend
Opportunity-Calendar-Frontend copied to clipboard
Implement Pagination
-
[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
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.