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
Field | Original Value | New Value |
---|---|---|
Assignee | Nils Lundquist [ nils.lundquist ] |
Salesforce Case | [] | |
Fix Version/s | 3.2 [ 10338 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] |
Salesforce Case | [] | |
Component/s | ACE-Components [ 10050 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial] |
Assignee Priority | P3 |
Salesforce Case | [] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31273 | Wed Oct 03 10:46:21 MDT 2012 | nils.lundquist | |
Files Changed | ||||
![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Affects Version/s | 3.1 [ 10312 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P3 [ 10012 ] |
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.