Grid - add an input field to a column

So I got the element grid working, gets JSON data from REST.
The specification calls for a column to be added to the rows.
And in this new column, users enter data.
I cannot see how to add a column and indicate it is to accept data.

Can you help with this?

Hi gunnars,

Are you using vaadin-grid 1.2 or 2.0-alpha?

For 1.2, you can use cell renderers (second example on that page):
https://cdn.vaadin.com/vaadin-core-elements/master/vaadin-grid/demo/formatting.html​

For 2.0, which I encourage you to already use, as it’s getting close to stable release (2.0.0-alpha2 should come out today), and is much better than 1.2, you can use declarative templates to easily add inputs to the columns (second example on that page):
https://cdn.vaadin.com/vaadin-grid/2.0.0-alpha1/demo/index.html​