-
-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Labels
Description
This task focuses on connecting the UI Controls to the Grid's Store to enable real-time filtering.
Requirements
- Search Filter: Connect the "Search User" text field in
ControlsContainerto filter the store byloginorname. - Activity Filter (Logic): Add a filter logic to the Store to filter users based on contribution count (e.g., >1000 total).
- UI Updates: Update the "Visible: X" label when filters change.
Acceptance Criteria
- Typing in the search box updates the grid in real-time (buffered).
- The row count label updates accurately.
Reactions are currently unavailable