Stačí přesunout značky tabulky a záhlaví mimo smyčku.
Udělejte něco jako:
<table>
<th></th> #define all table headers
for each item:
<tr>
<td>item info</td>...
</tr>
</table>
Stačí přesunout značky tabulky a záhlaví mimo smyčku.
Udělejte něco jako:
<table>
<th></th> #define all table headers
for each item:
<tr>
<td>item info</td>...
</tr>
</table>