diff options
author | Frederick Muriuki Muriithi | 2025-06-11 14:11:56 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-11 14:12:47 -0500 |
commit | 78217b0a98b475af1596ab5d8300e9a85ea72b65 (patch) | |
tree | f7906dc43c395f4fb9f3226621842f924b8e585b /uploader/templates | |
parent | 48e78b9521b4a1e5c7538869068e1884bab1a97b (diff) | |
download | gn-uploader-78217b0a98b475af1596ab5d8300e9a85ea72b65.tar.gz |
Enable server-side searching.
Diffstat (limited to 'uploader/templates')
-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 9730852..928fb84 100644 --- a/uploader/templates/phenotypes/add-phenotypes-base.html +++ b/uploader/templates/phenotypes/add-phenotypes-base.html @@ -129,6 +129,7 @@ } ], { + serverSide: true, ajax: { url: "/publications/list", dataSrc: "publications" |