I have child component contains grid.
I want to send dataSource of grid to parent component.
If there is a way to add DataSource which user added them in grid as form controller
or Sending them by @Output directory to Parent component.
or any other solution
thanks