Table Filtering #1

Closed
Mitchell wants to merge 0 commits from main into table-filtering
Owner

Implemented advanced table filtering functionality for the Back Office UI to improve data discoverability and user experience. Users can now filter table data based on key fields (e.g., username, status, date range, transaction type, etc.), allowing for faster and more targeted searches.

Key Features
Dynamic input fields rendered based on column type (e.g., text input, select dropdown, date picker).

Filter state is preserved when navigating or paginating.

Filters are applied client-side/server-side (based on your implementation).

Clear All and Reset Filter buttons included.

Optional debouncing for text filters to optimize performance.

Implemented advanced table filtering functionality for the Back Office UI to improve data discoverability and user experience. Users can now filter table data based on key fields (e.g., username, status, date range, transaction type, etc.), allowing for faster and more targeted searches. Key Features Dynamic input fields rendered based on column type (e.g., text input, select dropdown, date picker). Filter state is preserved when navigating or paginating. Filters are applied client-side/server-side (based on your implementation). Clear All and Reset Filter buttons included. Optional debouncing for text filters to optimize performance.
Mitchell closed this pull request 2025-07-14 19:29:04 +02:00

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mitchell/payment-backoffice#1
No description provided.