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

Not able to search with . in table with search options #510

Closed
sumancholleti opened this issue Feb 28, 2019 · 3 comments
Closed

Not able to search with . in table with search options #510

sumancholleti opened this issue Feb 28, 2019 · 3 comments

Comments

@sumancholleti
Copy link

Not able to search with . in table with search options

Specs

What version are you using?
2.2.16.0
What browser?
any

Expected Behavior

What did you expect to happen?
Able to search with . if the row present with 3.34

Actual Behavior

What actually happened?

Steps to Reproduce the Problem

Please detail your steps here

jsfiddle

If you provide a jsfiddle reproducing the issue, it'll be addressed much faster.
you can use this as base

@ow-en
Copy link
Contributor

ow-en commented Feb 28, 2019

@sumancholleti

Can you be a little bit more specific as to what the issue is? Are you attempting to search/filter a floating point integer (i.e: 10.75024)?

If so, two things come to mind: you may need to check the type prop on your column, or you may want to look into a format or filter function, referenced in the documentation.

I'm happy to help out, but please provide some more context, and/or reproduce the issue in a fiddle (if possible), per the issue template.

@sumancholleti
Copy link
Author

In this fiddle https://jsfiddle.net/aks9800/57a2a4ce/ i tried to search for 3.34 , nothing comes even though last column has values like 3.34

@xaksis xaksis closed this as completed in d35fb20 Mar 3, 2019
@xaksis
Copy link
Owner

xaksis commented Mar 3, 2019

v2.16.3 should fix this.

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