-
Notifications
You must be signed in to change notification settings - Fork 180
Description
Hello Yihui,
I wanted to do a PR to upgrade DataTables to v1.13.11 (the last 1.x version) but there are some problems.
The DataTables website provides a download builder for v1.13.11 but this download builder is not the same as before. You can select the files you want as before but then it only provides the links to these files, there's no longer a Download button:
Before, as I remember (not sure to correctly remember), there was a Download button and one got a zip containing some folders, e.g. one folder for each extension. I could manually put the extensions files in their respective folder, this is not a problem, but there is another problem. In addition to the extension files, this download builder only provides the links to dataTables.dataTables.min.css
and jQuery.dataTables.min.js
. However, before, there were more files in the zip, e.g. datatables.min.js
and datatables.bootstrap5.min.js
.
So I don't know how to proceed. Would you have an idea?