-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
DataTable: CellEdit Filtering and NOT_EQUALS #3928
Labels
Type: Bug
Issue contains a defect related to a specific component.
Milestone
Comments
Jadiction
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Jan 6, 2023
melloware
changed the title
Component: DataTable Filtering
DataTable: CellEdit Filtering and NOT_EQUALS
Jan 6, 2023
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Jan 6, 2023
OK so in this scenario it DOES work: https://codesandbox.io/s/keen-bush-z6wn4y So I thinking its something specific with Cell Editing or dynamic columns? |
Looks like you found that quickly! |
melloware
added a commit
that referenced
this issue
Jan 6, 2023
Yep fixed it! |
Cool! Thanks! Looking forward to 8.7.4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The "Clear" option for Not Equals does not clear the filter when using the column filter feature for DataTables.
Using FilterMatchMode.NOT_EQUALS clears the table data rather than the filtering, no other filters that I've tested seem to have this bug.
Reproducer
https://codesandbox.io/s/primereact-test-forked-ftq5o6
PrimeReact version
8.7.3
React version
18.x
Language
ES6
Build / Runtime
Create React App (CRA)
Browser(s)
Chrome 108
Steps to reproduce the behavior
Expected behavior
To clear filter rules and not table data.
The text was updated successfully, but these errors were encountered: