Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 1.5
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Operating System: Windows XP
Platform: PC
Description
A new component that provides an editing interface for a table model.
We need to define a table model (Should be the same model we use for the tree
table)
that defines the following.
- Column Names
- column count
- row count
- cell value
- Column Editors
- Text / Text Area / Select menu / check box
- Column Renderers
- Date Format - Number Format
- Data Changed Event
- Data paging Support
- Row Selected Event
- Cell Selected Event
Users would create this model and then plug it into a editable table component.
The component should only need the model for rendering so that
<ice:editTable model="#{bean.model}"/> would give a rich out of the box
experience.
Other: Support column sorting
We need to define a table model (Should be the same model we use for the tree
table)
that defines the following.
- Column Names
- column count
- row count
- cell value
- Column Editors
- Text / Text Area / Select menu / check box
- Column Renderers
- Date Format - Number Format
- Data Changed Event
- Data paging Support
- Row Selected Event
- Cell Selected Event
Users would create this model and then plug it into a editable table component.
The component should only need the model for rendering so that
<ice:editTable model="#{bean.model}"/> would give a rich out of the box
experience.
Other: Support column sorting
Issue Links
- depends on
-
ICE-2379 New Rich Data Grid component
- Closed
Created an attachment (id=70)
Example HTML