Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:resizeable + columns
Description
Add support for user-resizable columns to the dataTable
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Adnan Durrani [ adnan.durrani ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Summary | Add support for user-resizable columns to the panelGrid | Add support for user-resizable columns to the dataTable |
| Description | Add support for user-resizable columns to the panelGrid | Add support for user-resizable columns to the dataTable |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15549 | Sun Jan 13 15:52:33 MST 2008 | adnan.durrani | Fix for |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/resizablePanelGrid.js
MODIFY
/icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_properties/ice-dataTable-props.xml
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/xp/xp.css
ADD
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/xp/css-images/table-border.gif
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/HtmlDataTable.java
|
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Fix Version/s | 1.7 [ 10080 ] | |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15551 | Sun Jan 13 18:03:52 MST 2008 | adnan.durrani | Column resizable example added. related to |
| Files Changed | ||||
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/resizableColumns.jspx
|
| Fix Version/s | 1.7Beta1 [ 10121 ] | |
| Fix Version/s | 1.7 [ 10080 ] |
| Issue Type | Bug [ 1 ] | New Feature [ 2 ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Adnan Durrani [ adnan.durrani ] |

revision 15549: resizable column support added to the dataTable. The following snippet demonstrate that, how to make columns resizable:
<ice:dataTable resizable="true"..>