diff --git a/docs/javascript_restructure.md b/docs/javascript_restructure.md index 89b958e698..c6714a25ac 100644 --- a/docs/javascript_restructure.md +++ b/docs/javascript_restructure.md @@ -75,6 +75,10 @@ table = document.getElementById('determinations') scheme = table.dataset.scheme ``` +#### DataTable + +CCCD uses the DataTable library in various places and this is built on jQuery a replacement will need to be found. One possibility is [Simple-DataTable.](https://github.com/fiduswriter/Simple-DataTables) + ### Running tests Jasmine tests are run with: