Details
-
Type: Bug
-
Status: Closed
-
Priority: 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.
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
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | first-column-non-filter.JPG [ 12967 ] |
Arran Mccullough
made changes -
Salesforce Case | [5007000000GBtiV] |
Ken Fyten
made changes -
Fix Version/s | EE-2.0.0 [ 10256 ] | |
Assignee Priority | P1 | |
Assignee | Brad Kroeger [ brad.kroeger ] | Philip Breau [ philip.breau ] |
Philip Breau
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 |
Is there a fix for the above issue for EE-1.8.2?