cancel
Showing results for 
Search instead for 
Did you mean: 

Hyperlink

Former Member
0 Kudos

How to create hyperlink from the table data.?

I am displaying data on table now i want to create hyperlink from table element.

Thanks

Nitti

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For creating hyperlink within the table, you need to use Link to url UI element.

1. Create two new attribute under table node call Va_linkToUrl Va_UrlDisplayText

2. Create a seperate column in your table and then add a tableCellEditor of the type LinkToUrl.

3. Bind the text property of the LinkToUrl to Va_UrlDisplay attribute and reference property to Va_UrlDisplayText.

4. When you create elements in the table node, set the URL and the Display text of the link to these to attributes.

Hope, it helps.

Regards,

Tushar SInha

Answers (1)

Answers (1)

former_member214651
Active Contributor
0 Kudos

Hi,

Add the child as Link to URL in the table column where u require and in the text set the value which is shown as a hyperlink.

Regards,

Poojith MV