Skip to Main Content
Preset Feature Feedback
Status Needs review
Categories New feature
Created by Customer Engagement
Created on Dec 3, 2025

Native Lightbox/Modal support for Image Columns in Table Charts

What is the problem or goal you're trying to solve or accomplish?

The user has a Table Chart with an image column (rendered via HTML). They want to click the thumbnail to view the full-size image overlaid on the current dashboard (a Lightbox effect) without navigating away to a new browser tab.

How are you solving it currently?

They use a calculated column with HTML to wrap the image in an anchor tag: <a href="..." target="_blank">, which forces the user to leave the dashboard context to view the image.

What is your recommended solution?

Add a native "Image" column formatter option that includes "Open in Modal/Lightbox" behavior, or support a specific HTML class/interaction that triggers a modal safe from CSP restrictions.

  • Attach files
  • +1