Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2.GA_P01
-
Fix Version/s: 1.8.2.GA_P02
-
Component/s: Facelet Components
-
Labels:None
-
Environment:ICEfaces EE ICEpack.
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
Currently, the component exposes no way to enable/disable the various functions and buttons for Add/Delete row, etc. These should be configurable via attributes on the component. Disabled functions should have their buttons hidden.
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 1.8.2.GA_P02 [ 10225 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.)] |
Summary | RichDataGrid: Add ability to enable/disable functions/buttons | RichDataGrid / EditableTable: Add ability to enable/disable functions/buttons |
Salesforce Case | [] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Added addRows, deleteRows and editRows attributes to RichDataGrid component. They will turn on/off the ability to add, delete or edit rows component wide. When turned off, there will be no sign in the rendered component that these functions are available.
Added addRows and deleteRows attributes to the EditableTable component. Did not add an editRows attribute - this would defeat the purpose of the component.