Table row with buttons?

Hello

We are looking at moving an existing application from Wicket to Vaadin.

We have a number of screens that use buttons (e.g. Edit, Delete) on each row of a table. Is this do-able in Vaadin?

Or would one use a different technique e.g. right-click on row to get context menu? This means two clicks vs one though …

You could use
Generated table columns
for adding buttons and other UI controls to Table.

Thanks

I also found this post in the forum:


RE: Add button to table by QueryContainer