JQuery and DataTables version compatibilty

JQuery and DataTables version compatibilty

itz_me_jkitz_me_jk Posts: 2Questions: 1Answers: 0

I am using jQuery-1.4 version with DataTables 1.10.16 in an application which seems to be incompatible with each other.
Are both the versions compatible ...?

This question has accepted answers - jump to:

Answers

  • allanallan Posts: 61,635Questions: 1Answers: 10,092 Site admin
    Answer ✓

    No sorry. DataTables requires jQuery 1.7 or newer (3.2.1 is the current version). This is noted in the compatibility page.

    jQuery 1.4 is very old (January 2010). It would be worth upgrading if you can.

    Allan

  • itz_me_jkitz_me_jk Posts: 2Questions: 1Answers: 0

    I have a working application that runs on jQuery-1.4 , is there any way to incorporate dataTable buttons in it without upgrading the JQuery version.

  • allanallan Posts: 61,635Questions: 1Answers: 10,092 Site admin
    Answer ✓

    You'd need to modify DataTables and Buttons to remove any jQuery API methods calls that they make which were introduced after 1.4.

    Allan

This discussion has been closed.