Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Case insensitive on filter function #297

Open
rzorzal opened this issue Nov 14, 2017 · 2 comments
Open

Case insensitive on filter function #297

rzorzal opened this issue Nov 14, 2017 · 2 comments

Comments

@rzorzal
Copy link

rzorzal commented Nov 14, 2017

How do I can filter data with case insensitive ?
Or something to manipulate the case mode of some string.

@ogrim
Copy link

ogrim commented Apr 10, 2018

Maybe you figured it out since November, but you can do something like this when filtering: "it.something.toLowerCase().contains(" + searchValue.toLowerCase() + ")"

@rzorzal
Copy link
Author

rzorzal commented Apr 10, 2018

I will try this. Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants