Skip to content

Commit

Permalink
Note about DataTable
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmhaig committed Oct 11, 2023
1 parent e9c4f16 commit b760016
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/javascript_restructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b760016

Please sign in to comment.