update searchbar on supplier and stock
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<nz-table
|
||||
[nzData]="products()"
|
||||
[nzData]="filteredProducts()"
|
||||
[nzFrontPagination]="false"
|
||||
[nzLoading]="productsLoading()"
|
||||
(nzCurrentPageDataChange)="onCurrentPageDataChange($event)"
|
||||
@@ -27,7 +27,7 @@
|
||||
</thead>
|
||||
|
||||
<tbody class="text-center">
|
||||
@for (product of products(); track product.id) {
|
||||
@for (product of filteredProducts(); track product.id) {
|
||||
<tr>
|
||||
<td nzWidth="40px">
|
||||
<label
|
||||
|
||||
Reference in New Issue
Block a user