-
-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
highlight doesn't work for custom filter #551
Comments
Automatic highlighting only works for string arguments, because fancytree cannot figure out what part caused a match in custom callbacks. |
Thank you Martin, I got it to work. |
Hi! I currently have the same issue. Can you give me a sample on how you managed to get it to work? Thanks! |
Sure. See below, there are two different ways to check and mark it.
EDIT: fixed formatting |
That helped a lot! Thank you very much! |
When I apply a filter using
it works but it's not highlighted anymore. Even if I use the highlight: true option.
When I use
it doesn't highlight either.
But with the normal passing of just the string without a function
it works. But I need a function to supply a more complex statement.
The text was updated successfully, but these errors were encountered: