Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: get html (links/styling/img/...) to work in pivot table #29724

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mistercrunch
Copy link
Member

@mistercrunch mistercrunch commented Jul 27, 2024

Allow for html to be rendered in pivot table, matching what's happening in the Table visualization as well as in the Samples and Results pane. Here I'm re-using the allowRenderHtml control that's used in Table for consistency.

I'm also using the superset-ui-core/utils/html module, which do everything it can to sanitize the html prior to safely rendering it.

Screenshot 2024-07-26 at 5 03 29 PM Screenshot 2024-07-26 at 5 03 24 PM

Allow for html to be rendered in pivot table, matching what's happening in the Table visualization as well as in the Samples and Results pane. Here I'm re-using the allowRenderHtml control that's used in Table for consistency.

I'm also using the superset-ui-core/utils/html module, which do everything it can to sanitize the html prior to safely rendering it.
@mistercrunch mistercrunch changed the title feat: get html/links to work in pivot table feat: get html (links/styling/...) to work in pivot table Jul 27, 2024
@mistercrunch mistercrunch changed the title feat: get html (links/styling/...) to work in pivot table feat: get html (links/styling/img/...) to work in pivot table Jul 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant