How do we hyperlink a column in CloudTables?
How do we hyperlink a column in CloudTables?
enjoypb
Posts: 31Questions: 12Answers: 0
I've tried adding html code to create a 'Link' hyperlink so the user only needs to click on the 'Link' vs. a very long url.
I've added the <a href="url.com/here">Link</a> and selected both HTML and HTML Code options in the Text Options but, am not having any luck.
When I visit the final page where the table is embedded I see the same code I put in the field '<a href="url.com/here">Link</a>'
Any direction would be appreciated!
Answers
Hi,
Yes, to prevent XSS attacks from user input data CloudTables automatically encodes HTML entities. So for something like a link you have a few options:
This is an example of how such a computed value might be setup:
Regards,
Allan