-
Notifications
You must be signed in to change notification settings - Fork 284
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
Autocomplete is not reading filter_plugin_options #482
Comments
fixed in 0.9.4.beta.3 |
Hi Vedmack, Thanks a lot the filter_plugin_options is working fine. But now I have encountered 2 problems |
@lfsupport |
please let me know if /dist/jquery.dataTables.yadcf.js works for you |
Hi The beta 0.9.4 is working perfectly on all devices. Thanks a lot. As for the issue I am sending you the link. When you just type 'a' in the autocomplete box that is column1 corresponding to States all the entries that have 'a' anywhere is presented in the drop down, rather than the ones that just start with 'a'. https://jsfiddle.net/ywc018L3/33/ Just to show the difference I have made column 2 as text, there when I type 'a' it filters data perfectly and shows only cities starting with letter 'a'. Please check |
Hi
I am using the auto_complete feature in yadcf plugin. I want to set the minLength for it, but on using filter_plugin_option ,the property does not seem to reflect on the page.
Please take a look at my code in the given link.
https://jsfiddle.net/lfsupport/bkpLtn0e/
(The code is working on my local, (yadcf is not getting called)but I don't understand how to make it work on jsfiddle. Maybe some url issues. I tried but no avail. Sorry about that)
The text was updated successfully, but these errors were encountered: