Vaadin 8. Component on grid

Hello
is there any way to insert a component (like MenuBar, or ComboBox) in a grid cell, actually, not even wait for Vaadin 8.1 and its ComponentRenderer ?

I’m trying to develop a Renderer but it seems too complicated for a Menu like the one I need.

You can either use this AddOn https://vaadin.com/directory#!addon/componentrenderer; you may also temporarily fall back to use the old v7.Table from the vaadin-compatibility-server.jar and then move to Grid+ComponentRenderer once V8.1 is ready.

Thank you Martin
I’ve already tryied that add-on and I sadly discovered it depends on v7-compatibility layer instead on v8.
By now I accepted the migration path proposed by Vaadin so I’m using v7-compability layer on whole project… your solutions now will fit!