Skip to content

Commit

Permalink
Merge pull request #1738 from PublicisSapient/DTS-41798-Fix-Project-L…
Browse files Browse the repository at this point in the history
…isting-search-SP

DTS-41798:search fix
  • Loading branch information
spal-sapient authored Dec 10, 2024
2 parents 27b686d + bb82379 commit 3f7f768
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 3f7f768

Please sign in to comment.