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
Nils Lundquist
created issue -
Nils Lundquist
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Nils Lundquist [ nils.lundquist ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 3.2 [ 10338 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] |
Ken Fyten
made changes -
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 |
Nils Lundquist
made changes -
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 | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableDecoder.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableMeta.java |
Migration
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Affects Version/s | 3.1 [ 10312 ] |
Ken Fyten
made changes -
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.