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
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, '...')"
Thank you!
cant believe I missed that. Thank you.