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 …