-
-
Notifications
You must be signed in to change notification settings - Fork 859
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
filterColumn not triggering at version 9.2.0 #2091
Comments
Same thing |
Guys, would you be able to confirm if reverting #2079 would fix this issue? Will revert the PR if it's the culprit. Thanks! |
Wouldn't it be better to not blacklist added columns unless specifically blacklisted? |
@apreiml it used to be like that and I think it was added on blacklist (for query & eloquent) because a lot of user issues were being raised where added column searching/sorting is not working. Added column for me is a computed column and is not part of the database. |
In addition, if you want to search on added columns, that's where filterColumn comes in where we can create a custom filter on how to search the computed column. |
Sent a PR #2102. Kindly confirm if it fixes the issue. Works as per my testing though. |
Summary of problem or feature request
Hello, after upgrading your awesome package to the version 9.2.0 , some of my filterColumns methods stopped working, I think the problem is related when i initialize the column with addColumn, then i assume the filterColumn doesnt work in version 9.2.0 at that column. When i downgrade to the version 9.1.1, the filters start to working again
Code snippet of problem
System details
The text was updated successfully, but these errors were encountered: