Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: EE-2.0.0, EE-1.8.2.GA_P03
-
Fix Version/s: EE-3.0.0.GA, EE-1.8.2.GA_P04
-
Component/s: Facelet Components
-
Labels:None
-
Environment:All
Description
Feature Request: It would be helpful if the RichDataGrid component could be created without having to send a list in. This would be helpful if the component is used to display search results. It might potentially return no results but this would still allow a user to create a new row. Currently a developer would need to send in an empty row, which may cause issues when linked to a database.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [5007000000GvPPs] |
| Fix Version/s | EE-2.1.0 [ 10261 ] | |
| Fix Version/s | EE-1.8.2.GA_P04 [ 10281 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Invalid [ 6 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
The user can use the following constructor for the RichDataGridBean that does not require a list:
public RichDataGridBean(Class c, IRichDataColumn[] columns, RichDataBooleanRowProperty editableRowProperty, IEditableTableEventListener eventListener) ;