fix overlay datatable
This commit is contained in:
parent
904dc34f9c
commit
83fa194fb6
@ -44,7 +44,7 @@
|
||||
</ng-template>
|
||||
<ng-template pTemplate="body" let-rowData let-product>
|
||||
<tr [pSelectableRow]="rowData">
|
||||
<td style="min-width: 12rem;">{{product.name}}</td>
|
||||
<td style="min-width: 10rem;">{{product.name}}</td>
|
||||
<td style="min-width: 10rem;"><img src="assets/demo/images/product/{{product.image}}" [alt]="product.image" width="100" class="shadow-2"/></td>
|
||||
<td style="min-width: 12rem;">{{formatCurrency(product.price)}}</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user