diff options
| author | Frederick Muriuki Muriithi | 2025-06-25 09:30:51 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-06-25 09:30:51 -0500 |
| commit | 559187493ef499ca30182f98d027aee20f613b11 (patch) | |
| tree | 4c441e707424b5d4c2142cb7c5d1c4b24e31d949 | |
| parent | 3f980e5dde3f84c7c112800900efcef9b381511b (diff) | |
| download | gn-uploader-559187493ef499ca30182f98d027aee20f613b11.tar.gz | |
Collapse the DataTables' viewport if there's less data.
| -rw-r--r-- | uploader/templates/phenotypes/add-phenotypes-base.html | 1 |
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" |
