SukiSeven opened a new issue, #35049: URL: https://github.com/apache/superset/issues/35049
<!-- 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> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/35048) _Originally posted by @dosubot in https://github.com/apache/superset/discussions/35048#discussioncomment-14337486_ -- 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. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org