Hi,
Im trying to create a button in a table column in canvas, but I don't know how to do it. This is what i have tried:
filters
| essql query="**QUERY**"
| mapColumn "Link" fn={string "<a href=\"http://my.url/" {getcell Nombre} "\">Go</a>"}
| table perPage=50
| render
But HTML tags are escaped. I also tried with "markdown" | mapColumn "Link" fn={ markdown "asd" }
but the column appears as Null
I wonder how can I add HTML to the table if it is possible
Regards.