vue-good-table
vue-good-table copied to clipboard
Multiple spaces in cell text get replaced with single space
Issue Type (delete the irrelevant ones)
- [x] Bug
Specs
2.21.10
What browser? Google Chrome
Expected Behavior
When a string with multiple spaces in between words is passed as cell content, there should be no modifications to spaces and the string should be visible as is when the table is rendered.
Actual Behavior
Multiple spaces between words are getting replaced by a single space.
Steps to Reproduce the Problem
Adding text like John Doe
(multiple spaces) in any cell text and only John Doe
is visible in the rendered table.