As a website user, I want to have pagination implemented on the website to navigate through large sets of data.
Acceptance criteria :
- Pagination controls should be displayed at the bottom of pages where pagination is needed.
- Each page should display a limited number of items, with navigation links to move between pages.
- The number of items per page should be configurable and consistent across all pages.
- Pagination should be intuitive and easy to use, allowing users to navigate through the data smoothly.
Tasks:
As a website user, I want to have pagination implemented on the website to navigate through large sets of data.
Acceptance criteria :
Tasks: