How to force word-wrap in a table column of email addresses?


How can we make this Email column value visible, email addresses don't have spaces so it not wrapping.

Hello!

You can change the width of the column to make enough space for that text like:

in the field label put the column name, in your case "Email"

On the column in question add the following to the style properties. (You need to have set each column's field property to match the column name for this to work.)
columns.n.style.word-break : break-all