Tabletools css/js broken links and stopped working
Tabletools css/js broken links and stopped working
llermaly
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
This discussion has been closed.
Answers
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.
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!!
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