ce icon indicating copy to clipboard operation
ce copied to clipboard

Feature Request: Allow different white-space and other style properties per column

Open JoshuaFortriede opened this issue 2 years ago • 0 comments

Sometimes I have columns that not only have a lot of text in them, but also newline characters that need preserved. Currently the white-space can only be set to "" or pre-wrap. It would be helpful to have the ability at the table and column level to set the following:

whitespace=... text-overflow=...

where the acceptable values are valid values for those style attributes. Specifically, I am hoping to use "pre" for whitespace and "ellipsis" for the text-overflow.

JoshuaFortriede avatar Dec 05 '23 17:12 JoshuaFortriede