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.
2 images in the same cell of a grid
Is it possible to have 2 images in the same cell of a grid ? In the past I used a Layout inside the cell but in the grid component this is not working anymore....
Dear asterix,
have a look at this add-on:
https://vaadin.com/directory#!addon/componentrenderer
https://github.com/datenhahn/componentrenderer/tree/master/componentrenderer
Features
[...]
Components can be combined in layouts (e.g. multiple images in a horizontal layout)
[...]
Hope this helps,
--Enver
I used with the classic grid and everything was OK.Great job :)
Thank you !