jquery.dataTables.js is missing in 2.0 release
jquery.dataTables.js is missing in 2.0 release
Saranya Kaliannan
Posts: 4Questions: 1Answers: 0
The jquery.dataTables.js file is missing in the most recent release 2.0 which was available until 1.13.10 version.What is an alternative of jquery.dataTables.js file in the 2.0 version?
This question has accepted answers - jump to:
Answers
It isn't missing - it was renamed to just
dataTables.js
/dataTables.min.js
.Likewise the CSS file for DataTables' default styling is now
dataTables.dataTables.css
/dataTables.dataTables.min.css
.Use the download builder to get all the right files.
Allan
Thanks a lot for the quick response allen I believe that there was already a file called dataTables.js available under 1.13.10 version in addition to jquery.datatables.js file.Are these two files combined into one now ?
No - there was a
datatables.js
which is generated by the download builder - it combines the files that were selected. There was never adataTables.js
in the "raw" files.Allan
Apologies for any confusion.In the below url
https://cdn.datatables.net/1.13.10/
I noticed that both datables.js and
jquery.datables.js files are available which is the case for all previous releases.That's probably why I got confused.
Anyway thanks for your help!!
That's a screw up on my part due to the mixed build systems from v1 and v2... Doh. Sorry about that.
Allan
Ah no problem.Thanks for your response