Hi,
I'm adding a table where each column header is a link. Such as:
<a href="url/path_0">label_0</a> |
<a href="url/path_1">label_1</a> |
<a href="url/path_2">label_2</a> |
date |
1 |
2 |
7 |
date_1 |
2 |
3 |
8 |
date_2 |
3 |
4 |
2 |
date_3 |
As above DOMO is currently rendering my column header as raw html. Any way to get this to render and work as regular link? Thanks