PrimeNG table filters override behavior #1577
Unanswered
GBaldoncini
asked this question in
PrimeNG
Replies: 1 comment
|
Hi, Thanks for reporting the issue, we'll try to address it in v17.15.0 primefaces/primeng#15283 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Good morning,
I'm using PrimeNG with Angular, and I would like to override the behavior of the filters, specifically the 'not equal' filter for the table. While all other filters are applied only after pressing the enter key, the 'not equal' filter is applied immediately after being selected, causing the table to empty. How can I make the 'not equal' filter be applied in the same way as the others, only after pressing the enter key?
This is the stackblitz link
Thank you
All reactions