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
Angel ZAngel Z 

Refresh data returned from wrapper class in LWC

Hello,

I am displaying sums of different fields based on certain criteria in LWC.

I have a wrapper class which is invoked in the LWC.

How can get the updated data from the LWC without page refresh?
I am not storing the values in fields.

Thanks,
Angel
PriyaPriya (Salesforce Developers) 

The developer community recommends providing any attempts/code you've started, any errors you're getting, or where exactly you're struggling in achieving this while posting a question.