Actions
ClientProject #3731
openClientProject #3702: [COMMON]: Components Design and API Integration
[C-FE]: Pagination component design & API integration
Description
1. Pagination Component Design¶
-
Design a reusable pagination component.
-
Display based on product data:
- Total items
- Items per page
- Current page / Limit
-
Include navigation buttons for previous, next, first, and last pages.
-
Highlight the active page clearly.
2. API Integration¶
- Integrate with product data API to fetch paginated results.
- Ensure proper handling of page change events to update the product grid dynamically.
- Handle edge cases such as no data, last page, and single-page results.
3. Responsiveness¶
- Ensure pagination component works seamlessly across mobile, tablet, and desktop breakpoints.
Updated by Md.Sajib Ahmed 5 months ago
- Related to ClientProject #3727: [PRODUCT]: Design & API integration of product pages added
Updated by Md.Sajib Ahmed 5 months ago
- Target version changed from Revamp.v1.2: sprint 04 to Revamp.v1.2: sprint 01
Updated by Md.Sajib Ahmed 4 months ago
- Status changed from Pending to Complete
- % Done changed from 0 to 100
- Estimated time set to 2:00 h
Actions