Show more than one line in a cell (grid)

Hi,

I use a grid Vaadin and I would like put two lines in a cell in the grid. I see its not possible because the grid doesnt manage it.

I would like to you update your grid to incorporate the possibily to show more than one line in a cell

Use a HTMLRenderer for the cell instead of the String version and you can make the content to look exactly however you want :slight_smile: