Table Filtering #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Pull request closed