Hello,
I have a Vaadin 8.1 grid and some strings like this: ‘a b c’. When I look in my table it looks like this: ‘a b c’ (only one space left, others are gone). I solved this issue via setting a html renderer to my column and replacing all spaces with Is there another possibility? In Vaadin 7 such a hack was not necessary. I did not had to manipulate the strings and everything was shown correctly.
Thanks, Philipp
Edit: the forum software also kills some spaces, my first mentioned string should look like this: a___b____c, where_ means space.