diff options
author | Frederick Muriuki Muriithi | 2025-03-12 14:30:48 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-12 14:30:48 -0500 |
commit | 1c8eff4a285d1a5c49a2c020543a74ee4bc58663 (patch) | |
tree | ba6acb307e707f94085b5ba8b82892e83f3c0ecf /uploader | |
parent | d471c1d4b6c9329a293366368de8cc6d34d530cb (diff) | |
download | gn-uploader-1c8eff4a285d1a5c49a2c020543a74ee4bc58663.tar.gz |
Provide search for table.
Diffstat (limited to 'uploader')
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index c66f76b..6b35f6a 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -129,6 +129,7 @@ select: "multi+shift", scrollY: "1000px", layout: { + top1: "search", topStart: { buttons: [ {extend: "selectAll", className: "btn btn-info"}, |