ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-263

Add ability to set if a column can be removed for the richDataGrid component

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major 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

        Hide
        Philip Breau added a comment -

        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.

        Show
        Philip Breau added a comment - 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.

          People

          • Assignee:
            Philip Breau
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: