Skip to content

Commit

Permalink
Merge pull request #16820 from primefaces/issue-16360
Browse files Browse the repository at this point in the history
Fixed #16360 | Data filter and sorting issue on v18 table
  • Loading branch information
mehmetcetin01140 authored Nov 22, 2024
2 parents 33be5c4 + 4bb745d commit 1b6eb82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/primeng/src/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1925,8 +1925,11 @@ export class ReorderableRow implements AfterViewInit {
[value]="filterConstraint?.value"
(input)="onModelChange($event?.target?.value)"
(keydown.enter)="onTextInputEnterKeyDown($event)"
(keydown)="$event.stopPropagation()"
(click)="$event.stopPropagation()"
[attr.placeholder]="placeholder"
/>
<p-inputNumber
*ngSwitchCase="'numeric'"
[ngModel]="filterConstraint?.value"
Expand Down

0 comments on commit 1b6eb82

Please sign in to comment.