Fixed
Project:
DataTables
Version:
2.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 May 2026 at 14:05 UTC
Updated:
20 May 2026 at 15:24 UTC
Jump to comment: Most recent
According to https://datatables.net/, the DataTables library is currently 2.3.8. In the module used 1.10. To keep using it, we need to update it.
See the README.txt file or look at the official page on https://www.drupal.org/project/datatables.
Update version to 2.x.
None.
None.
None.
None.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
just-me commentedComment #4
just-me commentedI've updated the datatables.js logic with no jQuery. Please review it.
Updated the libraries to connect to the new DataTables 2.3.8 version.
The new version of DataTables is here.
My installer-paths from the composer.json are:
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/datatables": ["npm-asset/datatables.net"],
...
}
Comment #5
just-me commentedComment #6
quadrexdevComment #7
just-me commentedComment #8
just-me commentedUpdated according to the PR suggestions.
Comment #10
just-me commentedMerged to 2.x, thanks to everyone.