How to show vaadinUI components like combobox,checkboxs in grid in vaadin8

I need to show a textfield,combobox and a checkbox in grid .How to do this? One more thing i am not using bean So how can i display these values on UI.

Hi Ayush,

please have a look at the https://vaadin.com/directory/#!addon/componentrenderer ComponentRenderer Add-On for Vaadin Grid by Jonas Hahn, version 2.0.0 is for Vaadin Framework 8. Plus, in the future there may be a surprise.

Hope to help,
–Enver

About the surprise, it’s somewhat official now:

https://vaadin.com/download/prerelease/8.1/8.1.0/8.1.0.alpha2/release-notes.html

Vaadin Framework 8.1 includes many major and minor enhancements. Below is a list of the most notable changes:
Components In Grid

You can use grid.addColumnComponent method to add component in grid.