ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-267

Column filtering does not show for first column in richDataGrid component

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-2.0.0.Beta1
    • Fix Version/s: EE-2.0.0
    • Component/s: Facelet Components
    • Labels:
      None
    • Environment:
      All

      Description

      The first column that is rendered can't be filtered when column filtering is turned on. Sample Code:

      BaseRichDataColumn[] columns2 = new BaseRichDataColumn[2];
              columns2[0] = new RichDataTextColumn(String.class, "firstName", "First Name", true, true, true, true, true);
              columns2[1] = new RichDataTextColumn(String.class, "lastName", "Last Name", true, true, true, true, true);

      This can also be shown with the online composite component demo. If you move the "First Name" column to be the first column in the table, the filter input is removed.

        Activity

        Hide
        Ramamurthy Gopalakrishnan added a comment -

        Is there a fix for the above issue for EE-1.8.2?

        Show
        Ramamurthy Gopalakrishnan added a comment - Is there a fix for the above issue for EE-1.8.2?

          People

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

            Dates

            • Created:
              Updated:
              Resolved: