<table class="data">
<thead>
<tr>
<th>Customer ID</th>
<th>First Name</th>
</tr>
</thead>
<tbody id="tablebody">
<tr class='data'>
<td>7956</td>
<td>Timothy</td>
<td>Langer</td>
</tr></tbody>
</table>
<table class="data">
<thead>
<tr>
<th>Customer ID</th>
<th>First Name</th>
</tr>
</thead>
<tbody id="tablebody">
<tr class='data'>
<td>7956</td>
<td>Timothy</td>
<td>Langer</td>
</tr></tbody>
</table>
Hi @Jaya Lakshmi ,
Are you trying to add the JSON data into a HTML?
Try using the JSON Package to initialize the JSON string, retrieve a node list and loop through each node while appending HTML Tags to it. before assigning it to a single block of string which will become the HTML.
Here is a video which explores the concept of chaining items to a HTML string.
Kind Regards,
Ashwin A.K
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.