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 answers
@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