aboutsummaryrefslogtreecommitdiff
path: root/uploader/templates/phenotypes/view-dataset.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-03-10 12:36:08 -0500
committerFrederick Muriuki Muriithi2025-03-10 12:44:29 -0500
commit28c9447fb51fc764143b5add664e8f4b892a703d (patch)
tree9ccd74f92c5d416396221072048be3b41a91d8cc /uploader/templates/phenotypes/view-dataset.html
parentc6cf301278f1c1bc530d139d134e3c766aa10a3f (diff)
downloadgn-uploader-28c9447fb51fc764143b5add664e8f4b892a703d.tar.gz
Update how the DataTables handlers are set up.
Diffstat (limited to 'uploader/templates/phenotypes/view-dataset.html')
-rw-r--r--uploader/templates/phenotypes/view-dataset.html2
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,