You need to sign in to do that
Don't have an account?
jenB
I am creating a LWC, for the moment I have created a Wrapper class in Apex, where I call different objects (user,group,groupMember) from the the ORG. I use this data in a parent component named searchBar, once the data is located in the searchbar UI I have a button that opens a popup. So here is where I get stuck, when I click the button to open the modalPopUp I want to pass the data from the clicked result, but also in the modal I have another component called dualList where I want to be able to call all the data from the parent component searchBar. Is there a way to tackle this?
Display data from a wrapper class into different components
I am creating a LWC, for the moment I have created a Wrapper class in Apex, where I call different objects (user,group,groupMember) from the the ORG. I use this data in a parent component named searchBar, once the data is located in the searchbar UI I have a button that opens a popup. So here is where I get stuck, when I click the button to open the modalPopUp I want to pass the data from the clicked result, but also in the modal I have another component called dualList where I want to be able to call all the data from the parent component searchBar. Is there a way to tackle this?
Thank you posting your question. I would recommend try to pass the data from once component to other based on the action you perform. The you shuold able to view the info.
Thank you
Nagarjuna