JQuery 3.6.1. Incompatibility?
JQuery 3.6.1. Incompatibility?
timgilbreath
Posts: 2Questions: 1Answers: 0
Hey guys....I've been using DataTables for over a year with no issues until I recently tested upgrading from JQuery 3.6 to 3.6.1...and all tables stopped rendering completely, only leaving the data...is the DataTables library incompatible with the latest version of JQuery?
This question has an accepted answers - jump to answer
Answers
I'm not sure which version of jQuery is tested with Datatables but this basic example runs with 3.6.1.
http://live.datatables.net/xadiziro/1/edit
If Datatables doesn't render correctly then its likely you are getting Javascript errors. Post the errors you get in the browser's console.
Kevin
Thanks so much..I'm an idiot. Realized I didn't upload a required JS file to the production server I was checking.
Been there...