jquery.dataTables.js is missing in 2.0 release

jquery.dataTables.js is missing in 2.0 release

Saranya KaliannanSaranya 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

  • allanallan Posts: 62,987Questions: 1Answers: 10,366 Site admin
    Answer ✓

    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

  • Saranya KaliannanSaranya Kaliannan Posts: 4Questions: 1Answers: 0

    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 ?

  • allanallan Posts: 62,987Questions: 1Answers: 10,366 Site admin
    Answer ✓

    No - there was a datatables.js which is generated by the download builder - it combines the files that were selected. There was never a dataTables.js in the "raw" files.

    Allan

  • Saranya KaliannanSaranya Kaliannan Posts: 4Questions: 1Answers: 0

    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!!

  • allanallan Posts: 62,987Questions: 1Answers: 10,366 Site admin
    Answer ✓

    That's a screw up on my part due to the mixed build systems from v1 and v2... Doh. Sorry about that.

    Allan

  • Saranya KaliannanSaranya Kaliannan Posts: 4Questions: 1Answers: 0

    Ah no problem.Thanks for your response :)

Sign In or Register to comment.