Add a new empty row (Bean) with inline editor to existing Grid Vaadin 8

Hi,
I have a grid which has few columns as editable with binding enabled, now I want to add a new row to the grid using an empty bean and the user should be able to edit the empty row and save it. I want to achieve the above functionality in Vaadin 8.