Skip to main content

Can anybody help me for the query in lwc -

 

#LWC Component  #LWC  #LWC Javascript Files  #Integration

 

How to get data values from [object Object] in html comming from @wire method 

@wire(getSearchDetails,{crnno:'$parentData'}) searchDtls;

2 Antworten
  1. 28. Aug. 2021, 18:41

    @Harikesh,

     

    When i try to print the object sent by Apex its showing as [object Object] . Actually this is an Wrapper class object which has two string fields. I want to retrieve the values of strings from object got from Apex and display in html. Hope it helps in understanding my question. Thanks for the help

0/9000