Skip to content

Instantly share code, notes, and snippets.

@mturac
Created June 23, 2026 18:37
Show Gist options
  • Select an option

  • Save mturac/a0ba3bba3bc9d570288fc3ca334825b7 to your computer and use it in GitHub Desktop.

Select an option

Save mturac/a0ba3bba3bc9d570288fc3ca334825b7 to your computer and use it in GitHub Desktop.
Grafana PR 126903 table target blank debug panel
{
"title": "Table target blank data link repro",
"tags": [
"table",
"data-link",
"target-blank"
],
"timezone": "browser",
"schemaVersion": 41,
"version": 1,
"refresh": "",
"panels": [
{
"id": 1,
"title": "Table data link target blank",
"type": "table",
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 0
},
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "grafana"
},
"targets": [
{
"refId": "A",
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "grafana"
},
"scenarioId": "csv_content",
"csvContent": "service,url\nexample,https://grafana.com/"
}
],
"fieldConfig": {
"defaults": {
"custom": {},
"links": [
{
"title": "Open value in new tab",
"url": "${__value.raw}",
"targetBlank": true
}
]
},
"overrides": []
},
"options": {
"showHeader": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment