Version: 0.9.10.1 DataTables Javascript Error breaks my site
-
Hello.
On my site I show two tables on one page. Both tables use the “no-datatables” class.
Nevertheless all the datatables CSS and Javascript is loaded, bloating and breaking my site.This happened after the last update to version 0.9.10.1.
How can I help to resolve this issue?
Here the errors I get in Chrome:
dataTables.responsive.js?ver=4.1.7:804 Uncaught TypeError: Cannot read property ‘responsive’ of undefined
IMHO you should bundle the required libs in your plugin, not rely on the external servers. You see how this breaks your plugin?
Please do not load the datatables stuff if the “no-datatables” class is set. Dont bloat my site with stuff that is not needed. I only want clean plain HTML tables I can style myself.
Thanks for your great work!
- The topic ‘Version: 0.9.10.1 DataTables Javascript Error breaks my site’ is closed to new replies.