Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4, ace:column component.
-
Assignee Priority:P2
-
Support Case References:Support Case #12842 - https://icesoft.my.salesforce.com/5007000000caP1m
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
In order to provide more flexibility to application developers in terms of whether or not a column's sort controls should be displayed and made available to the user when the column's "sortBy" attribute is defined (sorting is occurring) a new attribute should be added to ace:column to optionally hide the sort controls.
Add a new "hideSortControls='true'/'false'" attribute to ace:column (default = 'false'). When hideSortControls='true' the sort controls will not be rendered in the column header, even if the sortBy attribute is defined on the column. (Sort controls are never rendered in the column header if sortBy is not defined).
Add a new "hideSortControls='true'/'false'" attribute to ace:column (default = 'false'). When hideSortControls='true' the sort controls will not be rendered in the column header, even if the sortBy attribute is defined on the column. (Sort controls are never rendered in the column header if sortBy is not defined).
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43826 | Tue Dec 16 11:59:32 MST 2014 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableHeadRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43820 | Fri Dec 12 15:39:57 MST 2014 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/column/ProxiedBodyColumn.java
MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/column/ColumnMeta.java MODIFY /icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableHeadRenderer.java |