You can do it like shown below <table> <ng-container *ngFor="let data of dataList"> <tr> <td [attr.rowspan]="data.numbers.length">{{data.pname}}</td> ...
確定! 回上一頁