-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table: When removing the filter constraint it should not filter when showApplyButton is visible #15032
Comments
Hi, Remove rule filters the data again by the remaining filter constraints. So it re-filters the data both when you add a new rule and removing a rule. It's not a bug, it's made by design. Thanks for reporting, closing the issue since it's not a bug. |
@cetincakiroglu the issue is not filtering, the issue is when the apply button is visible it makes a request. I copied this part of the code from the components codes. so either make them both filter without considering the apply button's visibility, or apply this to not create a request. |
I got your point now, thanks for the explanation. |
Fixed in #15007 |
Describe the bug
Table: When removing the filter constraint it should not filter when showApplyButton is visible.
Remove Rule creates a backend request when apply is visible.
Attached images.
Environment
developement environment
Reproducer
No response
Angular version
17.0.x
PrimeNG version
17.10.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.19.1
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
The text was updated successfully, but these errors were encountered: