Specify title on table for URLs

We have a use-case in Grafana where we are feeding one of the fields with a URL. The URL is then presented in Grafana inside a table and users can click on the link to either download the content of that link or alternatively it redirects to another dashboard for further manipulation.

Our problem is that the URLs are growing very large and we need a way to give them a title instead. I know it’s possible to use HTML formatting but that will effectively break the URL manipulation that’s applied as we’re pulling the cell content and assigning it as a variable and passing it through to another dashboard. The HTML code inside it would break this and there’s no way to remove this when used in the second dashboard.

Having the ability to assign a title across the whole column would resolve this issue for us, is this possible?