Hello i would like my array to create a table for me with the information from the array
i have created a table but however i am not able to pass into the table why?
i would like it to create a table auto if can use the table id it be great
<table class="col-3 table tableforContact" id="contactinformation">
<thead>
<tr>
</tr>
</thead>
<tbody>
</tbody>
</table>
This is how i have json parse my array
const responses = JSON.parse(user.Contacts)
console.log(responses)
And get this array
This is how my array response look like
[{"ContactName": "45551134", "ContactNumber": "95011225"}]