Skip to content

Commit

Permalink
refactor: table search position
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Jul 5, 2024
1 parent e595e3e commit cc35409
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/app/home/products/products.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,23 +111,6 @@ import {ProductsService} from './_services/products.service';
}
</scrollable-toolbar>
<form>
<div class="input-group">
<input class="form-control ml-2" type="text" [formControl]="filter.control" [placeholder]="'SEARCH' | transloco" />
@if (filter.isActive()) {
<button
class="btn btn-outline-secondary"
type="button"
placement="bottom"
[ngbTooltip]="'CLEAR' | transloco"
(mousedown)="filter.reset()"
>
<bi name="x-circle-fill" />
</button>
}
</div>
</form>
@if (table.dataSource(); as dataSource) {
<div class="table-responsive">
<table
Expand Down

0 comments on commit cc35409

Please sign in to comment.