i have a list of data with this shape [{id:1, CustomerDetail: {Name: Customer1, Notes: "customer Notes", Location: "Indonesia"}}], what should i do so that it can search the list by their Name key inside CustomerDetail object. Thank you in advance for your help, sorry for my bad english.
i have a list of data with this shape [{id:1, CustomerDetail: {Name: Customer1, Notes: "customer Notes", Location: "Indonesia"}}], what should i do so that it can search the list by their Name key inside CustomerDetail object. Thank you in advance for your help, sorry for my bad english.