jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.66k stars 818 forks source link

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

Open JoshuaFortriede opened 7 months ago

JoshuaFortriede commented 7 months ago

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.