Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.GA
-
Fix Version/s: EE-3.3.0.GA, 4.0.BETA, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P3
-
Salesforce Case Reference:
Description
Feature Request: Add a button to the ace:tableConfigPanel which will reset any of the sort priorities that had been added to the panel.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case Reference | 5007000000SQq4HAAT |
| Summary | ace:tableConfigPanel - Add a Reset Sort convenience button | ace:tableConfigPanel - Add a "Restore Defaults" convenience button |
| Fix Version/s | 3.4 [ 10770 ] |
| Assignee | Nils Lundquist [ nils.lundquist ] | |
| Fix Version/s | EE-3.3.0.GA [ 10572 ] | |
| Assignee Priority | P3 [ 10012 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #35638 | Tue May 28 16:57:03 MDT 2013 | nils.lundquist | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tableconfigpanel/tableconfigpanel.js
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tableconfigpanel/TableConfigPanelRenderer.java
|
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #35670 | Thu May 30 23:38:19 MDT 2013 | 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/DataTableRenderer.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #35671 | Thu May 30 23:48:20 MDT 2013 | nils.lundquist | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/tableconfigpanel/TableConfigPanelMeta.java
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableDecoder.java
|
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 4.0 [ 11382 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Note that this can already be achieved by clicking on the sort arrows while holding the Ctrl/Cmd key. Ctrl-click once = sort ASC, click again = sort DESC, click a third time = clear sort for that column.
To see this working on Windows machines will require
ICE-9104to be fixed first.