Skip to content

Commit

Permalink
Fixed #16360 | Data filter and sorting issue on v18 table
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Nov 22, 2024
1 parent 33be5c4 commit 4bb745d
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 4bb745d

Please sign in to comment.