Hello!
At present, I have encountered some problems when using the grid component. I hope you can help me.
At present, I use the grid component as a child component, and there is bidirectional data binding between the grid component and the parent component. The development environment is Angular. Now I can successfully display the data from the parent component in the child component-the grid through @ input. The problem is how to transfer the edited content in the grid to the parent component by @ output or in some other ways? I have read some documents, but I have no idea at present.
In other words, after editing the data in the grid component of the web page, how to obtain the data changed on the original data?
looking forward to your early reply. thank you.
BR,
LC