Hi ,
I have a requirement where i need to bind data to html table with fetchxml response.
<TABLE id=myTable>
<THEAD>
<TR>
<TH>Last Name</TH>
<TH>First Name</TH>
<TH>Email</TH>
<TH>Due</TH>
<TH>Web Site</TH></TR></THEAD>
</table>
above is my table. How can i bind fetch xml response to table to show data like this from javascript.

Your help is appreciated..! thanks in advance.
Sreeni
Sreeni Pavalla