Wrong dependency?
Wrong dependency?
Hermeneu
Posts: 1Questions: 1Answers: 0
Page https://datatables.net/examples/basic_init/zero_configuration.html
reads under the Javascript tab:
In addition to the above code, the following Javascript library files are loaded for use in this example:
//code.jquery.com/jquery-1.11.3.min.js
https://cdn.datatables.net/1.10.9/js/jquery.dataTables.min.js
jquery.dataTables.min.js (VERBATIM) seems to be not responding from inside my own code, while jquery.datatables.min.js is.
Any clue?
This discussion has been closed.
Answers
Sounds like a case sensitivity issue.
jquery.dataTables.min.js
is most certainly the correct form and appears to work okay in the examples on this site.If it isn't working for you, please link to a test case showing the issue.
Allan