function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
durgaprasad v 1durgaprasad v 1 

sub component pop up form values display in super component table

I have one  parent component and one child component. In parent component i have one tabel and in child component i have one pop up form. if press add button on above tabele then opens popup window after enter press submit button inside form then the values are display in table
here i want to pass values in sub component to parent componet and i used JSON for tabel 
Ashif KhanAshif Khan
Hi Durgaprasad

You need to use a Lightning event to communicate between child to parent and pass value from child to parent.

This is a reference link
https://developer.salesforce.com/blogs/developer-relations/2015/03/lightning-component-framework-custom-events.html

I hope this will help you. If you face any problem show your code so we can help.

Regards
Ashif