Hi
I'm new with ADF
I made a tabluar page using ADF UIX.
The table display data about employee
I want to make the email column data as hyperlink to open MS outlook
This is the source of the cloumn tag
<column>
<columnHeader>
<sortableHeader model="${ctrl:createSortableHeaderModel(bindings.HrsVEmpPhonesView1,'IaigcEmail')}"/>
</columnHeader>
<contents>
<textInput model="${uix.current.IaigcEmail}" columns="10" readOnly="true" />
</contents>
</column>
This code is XML not html
How to edit it to be a hyperlink
Thanks in advance