How can I embed clickable URL hyperlinks in data columns in Contour?

498 views Asked by At

I have a Foundry table that has a column full of URLs, represented as a String type.

I want to make the elements of this column into clickable hyperlinks so that a user using Contour can directly click on the link to take them to the page. How is this done?

1

There are 1 answers

0
amy.bananagrams On

This is done by adding the url typeclass on the underlying dataset using the dataset-preview application. Contour and Reports will respect this typeclass on its Table board representations of the data.