-
Notifications
You must be signed in to change notification settings - Fork 782
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
filterFormatted not working as expected #589
Comments
An obviously solution would be converting the filter value obtained from format() function to lowercase:
|
@rvaldeolmillos sorry for lately reply, busy on work. I'll check this out. BTW, could you please show me an example for reproducing this issue? thanks :) |
OK, here goes a basic example to reproduce the issue. Notice the capital in "Bad".
|
@rvaldeolmillos, thanks. I'll check this out. |
@rvaldeolmillos, fixed on newest version. |
Hi @AllenFang, I've updated to version 2.5.0 but I still don't get it right ? |
HI @rvaldeolmillos, are you sure? I cant reproduce this issue by your example. could you please confirm? |
Hi @AllenFang, Checked with master branch and it's still failing... |
@rvaldeolmillos, Fixed on |
Hi,
When using a column filter (tried with a SelectFilter) and the property fileFormatted is set to true on column, the filtering is not working properly.
Inspecting the code it seems that the targetVal is converted to lowerCase, but not filterVal, therefore there is no match if value has a capital letter.
Version: 2.3.9
Somewhere in your code:
where filterText function is defined as:
Regards.
The text was updated successfully, but these errors were encountered: