Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC1, 3.0.RC2
-
Fix Version/s: 3.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
Description
Feature Request: Add a way to clear the sort priority that has been set. This will allow the table to be displayed in its default state. This would be similar to the resetFilters() method.
Currently the only way to do this successfully is to get a component binding of the ace:column and set the sort priority to null.
Currently the only way to do this successfully is to get a component binding of the ace:column and set the sort priority to null.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000KDkvf] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27085 | Wed Jan 04 09:32:05 MST 2012 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
|
Ken Fyten
made changes -
Fix Version/s | 3.0 [ 10241 ] | |
Assignee Priority | P1 | |
Assignee | Nils Lundquist [ nils.lundquist ] |
Nils Lundquist
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The customer is expecting the table to remember the order its data model at initialization?
Without it, even if they "reset" the sort, the data would remain in the last ordering unless reinitalized.