Skip to content
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

All column search working on case sensitive. How to change that #601

Open
krishnanjk7 opened this issue Jun 29, 2018 · 2 comments
Open

All column search working on case sensitive. How to change that #601

krishnanjk7 opened this issue Jun 29, 2018 · 2 comments

Comments

@krishnanjk7
Copy link

No description provided.

@anchalgaur
Copy link

Hi,
There are two or three components which I can see in your repository. I am very much confused that from where I need to start

@breitling
Copy link

Just change the TS code in your changeFilter method to do what ever you want with regard to case. For example, if you want to ignore case, do a reg ex with "i" like this:

item[column.name].match(new RegExp(column.filtering.filterString, 'i'))

This is what I do and it seems to work just fine.

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

No branches or pull requests

3 participants