vaadin / flow-components

Java counterpart of Vaadin Web Components
100 stars 66 forks source link

Adding new Item to Editable Grid #1124

Open simasch opened 4 years ago

simasch commented 4 years ago

Currently it's not possible to add a new item to an editable grid because the item must be know by the data provider.

Because this feature is missing, adding new items results in creating an extra Dialog to enter the data.

Please add the possibility to add new items to a Grid with an Editor.

rolfsmeds commented 3 years ago

Related: https://github.com/vaadin/vaadin-grid/issues/1948