Description
When you set the options trimWhitespace:false and wordWrap:true wrapping is not applied
(but I guess it should?).
When you change it to trimWhitespace:true and wordWrap:true column/cell wrapping is applied as expected.
(wordWrap:true is the default so it might not be important here)
Steps to reproduce
Demo
https://jsfiddle.net/07hpocjd/
Your environment
- Handsontable version: 7.1.1 (also tested in 6.2.2)
- Browser Name and version: Chrome 76.0.3809.100
- Operating System: MacOS
Description
When you set the options
trimWhitespace:falseandwordWrap:truewrapping is not applied(but I guess it should?).
When you change it to
trimWhitespace:trueandwordWrap:truecolumn/cell wrapping is applied as expected.(
wordWrap:trueis the default so it might not be important here)Steps to reproduce
Demo
https://jsfiddle.net/07hpocjd/
Your environment