CheckBox in Table

Hi All,

I would appreciate and be thankful if some one could help me to figure out how to have
Check Boxes
in
Vaadin Table
. Actually I’m working on a project in Vaadin and the requirement is to have a list of items in the Table and CheckBoxes placed at the extreme right in each row corresponding to every items.

I tried it very hard. But still no luck. :frowning:

Any help is much appreciated…!

Warm Regards.!

You can use a column generator, see for instance
this
(you don’t need the if/else if you don’t have read only/editable switch)
Search the forum for column generator for a large quantity of samples.

Hii…Mathias, Thanks a ton. :slight_smile: Column generator worked for me.