Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Component/s: ICE-Components
-
Labels:None
-
Environment:dataTable + grouping
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Add row level grouping mechanism to the dataTable component
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Adnan Durrani [ adnan.durrani ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15534 | Thu Jan 10 14:30:22 MST 2008 | adnan.durrani | Fix for |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-uicolumn-props.xml
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/UIColumn.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15535 | Thu Jan 10 14:38:32 MST 2008 | adnan.durrani | Example added for logical row grouping. Related to |
| Files Changed | ||||
ADD
/icefaces/trunk/icefaces/samples/component-showcase/src/com/icesoft/icefaces/samples/showcase/common/Employee.java
ADD
/icefaces/trunk/icefaces/samples/component-showcase/src/com/icesoft/icefaces/samples/showcase/components/table/GroupBean.java
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/web/WEB-INF/faces-config.xml
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/src/com/icesoft/icefaces/samples/showcase/resources/messages.properties
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/src/com/icesoft/icefaces/samples/showcase/navigation/TreeNavigation.java
MODIFY
/icefaces/trunk/icefaces/samples/component-showcase/web/showcase.jspx
ADD
/icefaces/trunk/icefaces/samples/component-showcase/web/inc/components/tableGrouping.jspx
|
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Fix Version/s | 1.7 [ 10080 ] | |
| Affects | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial] | |
| Resolution | Fixed [ 1 ] |
| Attachment | groupOn.jpg [ 10780 ] |
| Fix Version/s | 1.7Beta1 [ 10121 ] | |
| Fix Version/s | 1.7 [ 10080 ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Adnan Durrani [ adnan.durrani ] |

revision 15534.
Row level grouping mechanism added to the dataTable, which works with the help of dataModel. This function requires sorted data, and its the application responsibility to provide sorted data.