How to get datatables with all frameworks
How to get datatables with all frameworks
I'm trying to upgrade datatables, and I noticed that the one that's already installed there has all the frameworks. Here's a list of what it has.
dataTables.bootstrap4.js
dataTables.bootstrap4.min.js
dataTables.bootstrap.js
dataTables.bootstrap.min.js
dataTables.foundation.js
dataTables.foundation.min.js
dataTables.jqueryui.js
dataTables.jqueryui.min.js
dataTables.material.js
dataTables.material.min.js
dataTables.semanticui.js
dataTables.semanticui.min.js
dataTables.uikit.js
dataTables.uikit.min.js
jquery.dataTables.js
jquery.dataTables.min.js
jquery.js
On the download site it only lets you select one of them. How do I get them all at once?
This question has an accepted answers - jump to answer
Answers
You can download all of the individual files using the package download here.
Allan