【发布时间】:2021-05-17 09:14:23
【问题描述】:
您可以从我的图片底部看到,我的产品显示在彼此下方。如何使它们彼此相邻出现在各自的列上? View image
<tr>
<th>Month</th>
<div *ngFor="let p of products">
<th><b>{{ p.productLabel }}</b></th>
</div>
【问题讨论】:
标签: html angular html-table multiple-columns