Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Text wrapping for Grid's column
Hello,
i'm using Vaadin 7.7.*
Can you advise how to add a text wrapping for cells in the Grid's column and have row heigth is automatically adjusted?
If you are referring to Grid's body cells, this feature is not supported in Grid. The Grid component cannot cope with variable row heights. Closest thing you can do is to e.g. use row style generator to set a stylename and set text wrapping by styling, so that all rows are of same height.
We have made an add-on that enables text wrapping with automatic row height adjustment in Grid header row though. That is part of GridExtensionsPack in directory.