You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.
I tried the filter demo example.
I did not work with my Chrome browser on OSX. So I started to dissect the code in filters.html.
I ended up removing .toLowerCase() in the code on line 95:
return d.name.toLowerCase().indexOf(newVal) !== -1 || !newVal;
Now it works but you have to use upper and lowercase letters.
So if anyone else has problem to get the filter demo to work this could be the solution!
The text was updated successfully, but these errors were encountered: