agregar pipe para filtrado de la tabla
This commit is contained in:
parent
ecd96d6d07
commit
3fa3146b5d
|
@ -45,7 +45,7 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr *ngFor="let categoria of categorias; trackBy: trackId" data-cy="entityTable">
|
||||
<tr *ngFor="let categoria of categorias | filter: 'nombre':searchString; trackBy: trackId" data-cy="entityTable">
|
||||
<td>
|
||||
<a [routerLink]="['/categoria', categoria.id, 'view']">{{ categoria.id }}</a>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue