From 559187493ef499ca30182f98d027aee20f613b11 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 25 Jun 2025 09:30:51 -0500 Subject: Collapse the DataTables' viewport if there's less data. --- uploader/templates/phenotypes/add-phenotypes-base.html | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3