Implemented Pagination in Comment Card View
To enhance usability and consistency, pagination options currently available only in the comment Grid View have been introduced in the Card View. Additionally, the pagination setting applied in one view (Grid or Card) will automatically be reflected and applied in the other, ensuring uniform comment navigation across both views.
Functionality
- Pagination in Card View:- Provide a pagination control in the comment Card View, identical in function and appearance to the one in Grid View.
- Users can set page size and navigate pages directly within the Card View.
 
- Synchronization of Pagination Settings:- The pagination setting (e.g., 50 comments per page) configured in the Grid View will automatically apply to the Card View.
- Conversely, if a user updates the pagination in the Card View, the setting will be reflected in the Grid View.
- This ensures a consistent pagination experience regardless of the view mode.