I have a Table panel to which I’ve added data links, just as I do in other type panels. But when I click the link in the table cell, instead of going to the URL specified for the link, the table panel itself is re-loaded. If I right-click on the data link and copy its contents, it’s correct. If I paste that text directly in another (or the same) browser tab, it works properly. But when I click the data link itself, although the URL bar of the browser changes to show the URL I’m trying to navigate to, the browser just reloads the table panel that contained the data link. The page is actually reloading, so it’s not just that clicking the link has no response.
Strangely, this problem does not occur when I view the table panel in its dashboard. The problem only occurs when I’m viewing the table panel directly, by itself and not in its dashboard. But links in other types of panels don’t behave this way.
I’m using Grafana v7.4.1
EDIT: I can work around the problem by putting the panel that the URL links to in a separate dashboard.