Po prostu przenieś tabelę i tagi nagłówka poza pętlę.
Zrób coś takiego:
<table>
<th></th> #define all table headers
for each item:
<tr>
<td>item info</td>...
</tr>
</table>
Po prostu przenieś tabelę i tagi nagłówka poza pętlę.
Zrób coś takiego:
<table>
<th></th> #define all table headers
for each item:
<tr>
<td>item info</td>...
</tr>
</table>