Tabletools css/js broken links and stopped working

Tabletools css/js broken links and stopped working

llermalyllermaly Posts: 2Questions: 1Answers: 0

Hello , this links are now broken :

https://www.datatables.net/release-datatables/extensions/TableTools/css/dataTables.tableTools.css
https://www.datatables.net/release-datatables/extensions/TableTools/js/dataTables.tableTools.js

Sad thing about it is that I tried to replace this files in my project and tableTools is not working now :(

Are this files different to the github ones??

regards

This question has an accepted answers - jump to answer

Answers

  • jLinuxjLinux Posts: 981Questions: 73Answers: 75
    Answer ✓

    Those have been discontinued, there are newer and improved extensions to replace them, i suggest doing so.

    If you cant, im sure those are kept somewhere, just google it or look around the repo.

  • llermalyllermaly Posts: 2Questions: 1Answers: 0

    I just noticed tabetools is not working with Chrome (Chromium) I just took the files from github , and after a lot of tests I tried with Firefox and worked.

    I tried to install Buttons in my rails app. but I couldnt .. I'll try again and post the error.

    Thanks for your hyper quick question!!

  • allanallan Posts: 63,096Questions: 1Answers: 10,390 Site admin

    I've just put TableTools and ColVis back into the release-datatables file to avoid external breakage - however, they are really not meant for external hot linking. That's what the CDN is for.

    I would very strongly recommend you update to include the files from the CDN if you don't want to host them locally.

    Allan

This discussion has been closed.