-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Filter combined with sort makes rows disappear #310
Comments
I can reproduce, I think this might be fixable by calling a clear filter internally before hiding the column. That seems to work from my early testing on the demo site anyway |
I don't want to clear the filter. I want to keep the filter and do sorting after hiding the filtered column |
fix(filter): should be able to filter even on hidden columns, fixes #310
This was fixed and released under the new version 2.12.0, please make sure to read the entire announcement as there is an important change, even though small, to make. Also please up vote ⭐️ if you have not yet and of course if you like the lib. Thank you |
I'm submitting a Bug report
Your Environment
Context
Expected Behavior
Sorting should work even after hiding the filtered column
Current Behavior
Enter a filter value in any of the column in the grid
Remove that filtered column from the grid
Click on any other column in the grid to sort
All rows in the grid disappear
The text was updated successfully, but these errors were encountered: