テーブルタグとヘッダータグをループの外に移動するだけです。
次のようなことをします:
<table>
<th></th> #define all table headers
for each item:
<tr>
<td>item info</td>...
</tr>
</table>
テーブルタグとヘッダータグをループの外に移動するだけです。
次のようなことをします:
<table>
<th></th> #define all table headers
for each item:
<tr>
<td>item info</td>...
</tr>
</table>