Hi! I’m using WeWeb’s native Data Grid and I need a column header shown on two lines, like:
Client
Name
What I tried (no success):
-
Client\nName -
Client<br/>Name -
Template literal with an actual newline
-
Unicode separators (
\u2028,\u2029, etc.) -
Project-level CSS overrides to allow wrapping
It still renders on a single line.
Could someone please point me in the right direction on how to format the header correctly (multiline) in this Data Grid? Thanks!