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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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) ;