Incubator-superset: Render links in table charts

Created on 27 Sep 2019  路  4Comments  路  Source: apache/incubator-superset

Describe the solution you'd like

In a table chart, I'd like to render a device id column (with values such as device-1, device-2), as link to the device's config page (e.g. http://some.where/?q=device-1 ).

A clear and concise description of what you want to happen.

It would be great if an url-template including a value placeholder (e.g. http://some.where/?q=${s} or similar) could be configured, which is picked up by the system to render the value as a link.

request inactive

Most helpful comment

Issue-Label Bot is automatically applying the label #enhancement to this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

All 4 comments

Issue-Label Bot is automatically applying the label #enhancement to this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

Tables support HTML tags, so you could do some string manipulation in SQL and get elements in your query results.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

Was this page helpful?
0 / 5 - 0 ratings