Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2.GA_P02
-
Fix Version/s: EE-2.0.0
-
Component/s: Facelet Components
-
Labels:None
-
Environment:All
Description
At the moment there is no way to set a column so that it can't be removed from the richDataGrid component. There is a red 'x' that is rendered for each column header. There is no way of turning this off.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Added new 'hideable' property to all Rich Data Grid column beans (default true).
public RichDataBooleanColumn(String property, String title,
boolean editable, boolean moveable,
boolean shownByDefault, boolean sortable, boolean hideable);
Example updated so that first 'id' column is not hideable.