Send value beween two component

I have 2 component, when I click button “Choose” component B.
How to I can get row data component B to component A.

Thank you !

Hey, @qhnam

use events $this->emit('...')

Read more about it here:

@skywalker
Thank for help.
I understood the problem.

Hey, @qhnam

Happy to hear that!

Happy coding mate.