about summary refs log tree commit diff
path: root/uploader
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-06-25 09:30:51 -0500
committerFrederick Muriuki Muriithi2025-06-25 09:30:51 -0500
commit559187493ef499ca30182f98d027aee20f613b11 (patch)
tree4c441e707424b5d4c2142cb7c5d1c4b24e31d949 /uploader
parent3f980e5dde3f84c7c112800900efcef9b381511b (diff)
downloadgn-uploader-559187493ef499ca30182f98d027aee20f613b11.tar.gz
Collapse the DataTables' viewport if there's less data.
Diffstat (limited to 'uploader')
-rw-r--r--uploader/templates/phenotypes/add-phenotypes-base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/uploader/templates/phenotypes/add-phenotypes-base.html b/uploader/templates/phenotypes/add-phenotypes-base.html
index 01cd0fe..9909c20 100644
--- a/uploader/templates/phenotypes/add-phenotypes-base.html
+++ b/uploader/templates/phenotypes/add-phenotypes-base.html
@@ -139,6 +139,7 @@
               scrollY: 700,
               deferRender: true,
               scroller: true,
+              scrollCollapse: true,
               layout: {
                   topStart: "info",
                   topEnd: "search"