Closed jnaklaas closed 4 years ago
Hi
You should add js/css of any third party jquery plugin in order to use them.
Thanks, apparently the jquery ui that I was using did not include the entire library.
Encountered into the same problem, as is stated in README
autocomplete input - make use of the jQuery UI Autocomplete widget (with some enhancements)
Solved by including jquery-ui.js
before jquery.dataTables.yadcf.js
.
I'm having an issue with the
auto_complete
filter type.When changing the filter type to
text
, it all works as expected. When usingauto_complete
filtering does not work on any of the columns.Console shows:
My js code:
PS I commented out
select_type: 'chosen',
because it too throws an error when used, but works flawlessly when omitted.