I have the following structure as I come to the table below it is important that all be td
p:{
0 :{
s:{
0 :{fruta:"manzana"}
1 :{fruta:"pera"}
}
}
1: {
s: {
0 :{fruta:"mango"}
1 :{fruta:"uva"}
}
}
}
asi:
<table border="1">
<tr>
<td>manzana</td>
<td>pera</td>
<td>mango</td>
<td>uva</td>
</tr>
</table>