Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Fix Version/s: 3.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:IF 3.x
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Currently using the global filter correctly requires calling a custom JS event, having a special id for your input component and using a valueBinding. However if the valuebinding is monitored for changes, rather than monitoring the request for the particular ID, this could be simplified to a pre-filter check for changes to the valuebinding.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Revision #31273
Committed by nils.lundquist
A minute ago
ICE-8460- ace:dataTable global filtering depends only on valueBinding now.Any input component can now act as the global filter by binding to the field also bound to the filterValue field on the ace:dataTable.