GitHub user dosubot[bot] added a comment to the discussion: Angle brackets < > 
in field values are missing, and enabling RENDER COLUMNS IN HTML FORMAT slows 
down Superset

<!-- Answer -->
Superset interprets angle brackets (`< >`) in field values as HTML tags, which 
causes the text inside them to be hidden or removed when HTML rendering is 
enabled. To display the full value—including angle brackets—disable the "Render 
Columns in HTML Format" option in table settings and the "Render HTML" option 
in SQL Lab settings. This will show your data as plain text without stripping 
out the brackets [[source]](https://github.com/apache/superset/issues/34082).

Performance degradation after enabling HTML rendering is likely due to extra 
processing for parsing and sanitizing HTML content in each table cell. 
Rendering raw HTML can be much more expensive than plain text, especially if 
the implementation disables table virtualization or uses more complex cell 
renderers, leading to slower table rendering 
[[source]](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/plugins/plugin-chart-table/src/DataTable/DataTable.tsx).

If you need to display angle brackets as literal text, it's best to keep HTML 
rendering off and let Superset treat all values as plain text. If you must 
enable HTML rendering, consider reviewing your sanitizer logic to ensure it 
doesn't strip out non-HTML content and optimize your cell rendering to avoid 
unnecessary overhead.


<!-- Dosu Comment Footer -->
*To reply, just mention [@dosu](https://go.dosu.dev/dosubot).*

---
<sup>How did I do? 
[Good](https://app.dosu.dev/response-feedback/11508725-97bf-4ec6-a785-a1b2b150001b?feedback_type=great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback/11508725-97bf-4ec6-a785-a1b2b150001b?feedback_type=irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback/11508725-97bf-4ec6-a785-a1b2b150001b?feedback_type=incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback/11508725-97bf-4ec6-a785-a1b2b150001b?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/11508725-97bf-4ec6-a785-a1b2b150001b?feedback_type=hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback/11508725-97bf-4ec6-a785-a1b2b150001b?feedback_type=bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/11508725-97bf-4ec6-a785-a1b2b150001b?feedback_type=other)</sup>&nbsp;&nbsp;[![Chat
 with 
Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)&
 nbsp;[![Join 
Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot)&nbsp;[![Share
 on 
X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35048)

GitHub link: 
https://github.com/apache/superset/discussions/35048#discussioncomment-14337486

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to