Clickable Link - Dash DataTable

Hi @riskfree

You can use markdown for that, set the column as:

columns=[{"name": "my_link", "id": "my_link", 'type': 'text', 'presentation':'markdown'}

And each element of the column has to have the markdown format for links, that is the label you want to show in brackets and the url in parenthesis (no space between them):

[Duck Duck Go](https://duckduckgo.com)

I copy the same code here that also uses markdown to show the result:
Duck Duck Go