JQuery and DataTables version compatibilty
JQuery and DataTables version compatibilty
itz_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:
This discussion has been closed.
Answers
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
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.
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