ce
ce copied to clipboard
Feature Request: Allow different white-space and other style properties per column
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.