JQuery 3.6.1. Incompatibility?

JQuery 3.6.1. Incompatibility?

timgilbreathtimgilbreath 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

  • kthorngrenkthorngren Posts: 20,268Questions: 26Answers: 4,765
    Answer ✓

    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

  • timgilbreathtimgilbreath Posts: 2Questions: 1Answers: 0

    Thanks so much..I'm an idiot. Realized I didn't upload a required JS file to the production server I was checking.

  • tangerinetangerine Posts: 3,348Questions: 36Answers: 394

    Been there...

Sign In or Register to comment.