You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/02/11 09:29:28 UTC

[GitHub] [superset] ktmud commented on issue #12681: [chart]Pivot Table Rendering Superset 1.0

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 `&lt;img ... &gt;`.
   
   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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org