How to get the latest dataTables.jqueryui.js version 2.1.1

How to get the latest dataTables.jqueryui.js version 2.1.1

SureshKumarReddySureshKumarReddy Posts: 2Questions: 1Answers: 0

Currently i am using 1.10.25 version , But when i am trying to use new (https://cdn.datatables.net/responsive/2.1.1/js/responsive.jqueryui.min.js)2.1.1 responsive jqueryui version i am getting below error in console

Uncaught TypeError: Cannot read properties of undefined (reading 'display')

Please kindly provide me the url for 2.1.1 normal dataTables jqueryui version download link instead responsive.jqueryui.min.js


Answers

  • kthorngrenkthorngren Posts: 21,083Questions: 26Answers: 4,908
    edited November 2023

    Responsive 2.1.1 was released in 2016 and Datatables 1.10.25 in 2021. There might be an incompatibility between these two versions. You might consider upgrading. You can get the lates versions using the Download Builder. However if you need older versions you can download them from here:
    https://cdn.datatables.net/

    Please kindly provide me the url for 2.1.1 normal dataTables jqueryui version download link instead responsive.jqueryui.min.js

    I'm not sure what you are asking for. To help troubleshoot the error please post a link to your page or a test case replicating the issue so we can take a look.
    https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case

    Kevin

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    There was actually an accidental release of DataTables under the tag 2.1.1 a long time ago - perhaps it is that which you are referring to? It was quickly marked as deprecated and shouldn't be used. Some npm installers (Stackblitz) ignore the deprecated flag though unfortunately.

    DataTables 1.13.6 is the current release, with 1.13.7 planned for tomorrow.

    As Kevin says, use the download builder to stay up to date.

    Allan

  • SureshKumarReddySureshKumarReddy Posts: 2Questions: 1Answers: 0

    Hi Allan/Kevin ,Thank you for your quick response
    I am taken from this page . https://cdn.datatables.net/responsive/ . version 2.1.1 Please let me know whether we can follow this versions or not.

  • allanallan Posts: 62,990Questions: 1Answers: 10,367 Site admin

    You could, but 2.5.0 is the latest release. Why do you want to use Responsive 2.1.1? As Kevin says, it was released in 2016... That version isn't supported any more.

    Allan

Sign In or Register to comment.