2021年3月2日星期二

Angular Table With Spacing

Below is the code sample I tried coding it out in Angular but it's not something that I want.

                    <table>                          <th >No.</th>                          <th >Merchant </th>                          <th >Last Order Grand Total </th>                          <th >Last Order Date </th>                          <hr>                            <tr *ngFor="let item of topFiveActiveMerchant; index as i;">                              <td></td>                              <td></td>                              <td></td>                              <td></td>                            </tr>                      </table>  

I want it to be something like this Want this design

but i ended up with Ended up with this

https://stackoverflow.com/questions/66450581/angular-table-with-spacing March 03, 2021 at 11:58AM

没有评论:

发表评论