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