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
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000F5eYt] |
Ken Fyten
made changes -
Fix Version/s | 1.8.2.GA_P03 [ 10253 ] |
Brad Kroeger
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.