ktmud commented on issue #12681: URL: https://github.com/apache/superset/issues/12681#issuecomment-777309259
My guess is, without `escape=False`, even `<img>` wouldn't render, `textContent` will just return `<img ... >`. As this hack (manual modification of `superset/viz.py`) is not officially supported by Superset, I'd be hesitant to add more hacks to support it (or even categorize this as a regression). If we want to properly support rendering (limited) HTML in Pivot Table cells, we should start thinking of migrating it to the new API or at least move the HTML rendering to the front-end. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
