Replies: 1 comment
-
You can display image thumbnails from URL fields in Superset Table charts by enabling the "Render Columns in HTML Format" option. Format your URL field as an HTML For click-to-preview, you can wrap the If images do not render, double-check that the "Render Columns in HTML Format" option is enabled and your HTML is valid. Some users have reported version-specific issues, so results may vary depending on your Superset version [source]. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
I have a MySQL table called message_files.
One of the columns is url (type TEXT), which stores direct image links.
In Superset, when I explore this table with a Table chart, the url field is displayed as plain text.
I would like to:

1、Render this url field as a small thumbnail image inside the table cell.
2、When clicking the thumbnail, open the full image (either in a new tab or with a preview/lightbox).
Beta Was this translation helpful? Give feedback.
All reactions