I am looking for a possability to edit cells in a form for one cell
e.g.
| Address |
| Client Ltd;GB-D38 YQ1 Wolverhampton |
The form should have 4 fields (Name, Country,Zip,Town).
But the example of angular baseeditor not worked.
See Link1
Link1:[https://stackblitz.com/edit/handsontable-angular-nvwkq9](https://stackblitz.com/edit/handsontable-angular-nvwkq9)
Link 2 http://embed.plnkr.co/vVbo2jcM1yeuX7mlii9U/
My goal is to have somehting similar to this. THe best case would be a Material Dialog with 4 input fields.
Thanks