Array
(
[0] => Array
(
[contactId] => 5
[companyId] => 54
[personName] => Awais
[contactNo] => 0321-1111111
[contactType] => Partner
)
)
data[0].personName
I have come across numerous inquiries but none have provided a clear solution to display this array data in HTML. It seems to be returning as undefined. Can anyone guide me on how to properly showcase this AJAX response?