-
Notifications
You must be signed in to change notification settings - Fork 782
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
table search doesn't work sometimes #363
Comments
@edwardwang0302, if you type something separated with a backspace string(ex: abc de), this pattern will trigger a multi search functionality. in your case 'abcd ', the last backspace will be a search pattern for us. |
@AllenFang Thanks for ur answer, but u may misunderstood. I want to match 'abc' but type wrong string 'abcd' and then delete the last letter 'd', then it can't match 'abc' any more. |
@edwardwang0302, sorry, my fault. I take backspace as whitespace. lol. I'll check this out again |
@AllenFang Thanks again, sorry for my poor English by the way. |
@edwardwang0302, I figure out. because the table search is depend on current data which display on table, but I thinks it's not very intuitive for user. Maybe I'll improve it in near future. |
BTW, for your case, if you type wrong text for searching, you need to cancel it and type again |
Released on |
@AllenFang Thank u |
Hi,allen
For example, I want to search "abc", and I type "abc" in search input it works. But when I type "abcd" and press backspace it can be matched any more
The text was updated successfully, but these errors were encountered: