GitHub user Volounteer added a comment to the discussion: How to insert newline in table cell
Hello! Try this delimiter ` <br>`: `SELECT string_agg(t->>'GroupName', '<br>') FROM ...` Also, make sure to enable the 'Render columns in HTML format' option in your table's customization settings. GitHub link: https://github.com/apache/superset/discussions/23473#discussioncomment-13628637 ---- 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]
