diff options
Diffstat (limited to 'uploader/templates/phenotypes')
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index 86c16f7..103ab02 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -85,6 +85,8 @@ {%block javascript%} <script type="text/javascript"> $(function() { + dtAddCommonHandlers("#tbl-phenotypes-list"); + var data = {{phenotypes | tojson}}; $("#tbl-phenotypes-list").DataTable({ responsive: true, |