Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.8.2.GA_P02
-
Fix Version/s: EE-1.8.2.GA_P03
-
Component/s: Facelet Components
-
Labels:None
-
Environment:All
Description
Feature Request: Currently the expandableTable component can only display text. It would be useful to be able to display other components such as a link or button.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
This would require a complete re-factor of the component. The dataTable is built around a collection of objects with String properties that are used to populate the column headers and column content.
The easiest solution is to manually add your own columns with the component(s) you want, and access the available ExpandableRecord properties where required.
Otherwise, we would need specific requirements specifying exactly what components are supposed to be in a column and the required functionality of the columns.