1
Here’s what I wanna do:
Brazil Rio Grade do Sul Brazil Rio de Janeiro ... and so on.
It has how to do it in a table?
<table width="500" border="1">
<tr>
<td width="200" align="center">País</td>
<td width="300" align="center">Estado</td>
</tr>
<tr>
<td>{{pais}}</td>
<td>{{estado}}</td>
</tr>
</table>
Country and state are each in a table.
Please add more details to your question, including the code you already have, how you are getting the data and the expected result (if this is the problem).
– luigibertaco
I only have html, but not the controller to display the data.
– GustavoSevero
But it was enough to understand how you wanted the return, I made an example for you in the reply.
– luigibertaco