Skip to content

Commit

Permalink
Merge branch 'qa-master' of https://github.com/PublicisSapient/PSknowHOW
Browse files Browse the repository at this point in the history
 into develop
  • Loading branch information
aksshriv1 committed Dec 10, 2024
2 parents 88bb5e4 + 3f7f768 commit 5770a87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<tr class="w-100" *ngIf="columns.length>0">
<th *ngFor="let col of columns" scope="col">
<input pInputText [id]="col.id" type="text"
(input)="dt.filter($event.target.value, col.id, 'startsWith')" class="p-column-filter"
(input)="dt.filter($event.target.value, col.id, 'contains')" class="p-column-filter"
[style]="{'width':'100%'}" placeholder="Search" />
<label [for]="col.id"></label>
</th>
Expand Down

0 comments on commit 5770a87

Please sign in to comment.