-
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
YADCF failing silently - jQuery 3.1.1 / YADCF 0.9.0 / Datatables 1.10.12 #360
Comments
Nope, sorry Here is a very basic jsfiddle setup that using the latest yadcf : jsfiddle.net/6c660hat/11 you can update it with your relevant code that reproduces the issue/s, dont forget to hit the Update button so a new fiddle will be created(updated url will be generated) then post |
Thanks for the reply, cannot reproduce it using the basic fiddle. I use a custom generation of the column definitions in classes which then get passed into the initialization of the table in typescript. All worked fine until I updated everything to the latest version...maybe I'll have to revert back if I can't catch the errors. |
Then try a previous version of yadcf, in addition take a look at the dev tools console for possible errors, without a test case I cant do much |
http://jsfiddle.net/6c660hat/54/ - managed to get it to fail using all the latest scripts. Although this is failing on Datatable call. Strange...running from my project the datatable initializes fine but no YADCF. |
fixed your fiddle, removed older jquery and moved your to the top in resources, continue form here http://jsfiddle.net/6c660hat/55/ |
Thanks for the responses - ok [http://jsfiddle.net/6c660hat/57/] - is this because I'm using the old api? |
Yep, I forgot that the jquery 3 support was added for newer yadcf api (.init) anyway fixed that now in the 0.9.1.beta.6 version, here a jsfiddle |
That's great, thanks for providing such a good plugin. |
I have no idea or cannot find out why as nothing is logged, the filters just don't get appended to the table silently, yet debugging the initialization everything seems to be in order.
Any clue as to how I can find out what causing this?
Thanks!
The text was updated successfully, but these errors were encountered: