I have to include an Icon in a table. I looked at the example in the demo. In there a container is used to provide a Resource as the Icon.
When having a BeanItemContainer that approach does not work. So here is my question: How can i add an Icon to a table?
Ideally there should be a way to add an icon to a cell, so that in one cell there is a text and an Icon. Any suggestions how I could do this?
Hi, I was about to reply to your question yesterday, but forgot it. But it looks like you found the solution yourself, the generated column is probably the only possibility.
I guess it might be possible to create some sort of container that includes the icons between actual container and the table, but that’s probably quite complex.