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
jenBjenB 

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?  
Nagarjuna ParalaNagarjuna Parala
Hi @jenB

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