Bug in the legacy version?
Bug in the legacy version?
Hello all,
I noticed that one of the DataTables instances on my site doesn't render correctly, although I haven't done any modifications to the script, and earlier everything worked as supposed.
Take a look at this:
http://somethingtostream.com/hulu/list/?id=3
DataTables seems to load, but I cannot use sorting and the info section is hidden. Only when I write something into the search box, the correct functionality begins. What is wrong here?
This question has an accepted answers - jump to answer
Answers
Yes, there was a change in jQuery 1.11.3 which broke the old versions of DataTables. You could use 1.11.2 or update to the latest version of DataTables.
Allan
Thanks, Allan!
Hmm, strange: I updated to a newer version of DataTables, but the problem persists. And it's strange that everything words once I write something into the search box.
UPDATE: The problem was that I updated to the newer API, but the version was the same (1.10.4). Now I use 1.10.9 and everything works again. Thanks again, Allan!