Cutoff text when cell is not wide enough

Hello all,

When I have text in a cell, how do I cut it off instead of it dropping down to the next line.

Example:

123 Forum Example St Faketo…

instead of

123 Forum Example St Faketown
MO 12345 USA

You would use the ‘Truncate’ formatter to set how many characters you want to display.

Your code would look similiar to this

dmx-html="articleNews.trunc(300, true, '...')"

3 Likes

Thank you!

You can also use the text properties panel to set wrapping to truncate with ellipsis:

6 Likes

:man_facepalming: cant believe I missed that. Thank you.

1 Like