You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Create a Card View component that supports pagination and filter options, using Material React Table (MRT) for consistency and reusable functionality across views. This wrapper will allow easy data filtering, sorting, and pagination, enhancing user navigation and accessibility.
Requirements
Pagination Support: Implement pagination in the Card View to improve data navigation. Users should be able to:
Switch between pages
Set a custom number of items per page
Filters Wrapper: Add a flexible filter wrapper to enable easy integration of filter types like text, select, date range, and checkbox.
Utilize the COLUMN_FILTER_FUNCTIONS and COLUMN_FILTER_VARIANTS for standardized filter support across card views.
Ensure filter compatibility with different data types (e.g., boolean, datetime, string).
Acceptance Criteria
Card View displays paginated data, controlled via MRT or custom pagination.
Filter options are functional and aligned with the existing COLUMN_FILTER_FUNCTIONS.
joshuadkitenge
changed the title
Advanced Filters Section (Catalogue categories)
Card View Pagination and filters wrapper using MRT
Nov 6, 2024
joshuadkitenge
changed the title
Card View Pagination and filters wrapper using MRT
Card View Pagination and filters using MRT
Nov 6, 2024
joshuadkitenge
changed the title
Card View Pagination and filters using MRT
Card View Pagination and filters using MRT (catalogue categories )
Nov 6, 2024
Description
Create a Card View component that supports pagination and filter options, using Material React Table (MRT) for consistency and reusable functionality across views. This wrapper will allow easy data filtering, sorting, and pagination, enhancing user navigation and accessibility.
Requirements
Pagination Support: Implement pagination in the Card View to improve data navigation. Users should be able to:
Filters Wrapper: Add a flexible filter wrapper to enable easy integration of filter types like text, select, date range, and checkbox.
COLUMN_FILTER_FUNCTIONS
andCOLUMN_FILTER_VARIANTS
for standardized filter support across card views.Acceptance Criteria
COLUMN_FILTER_FUNCTIONS
.** ISSUES**
The text was updated successfully, but these errors were encountered: