diff options
author | zsloan | 2021-02-16 21:06:27 +0000 |
---|---|---|
committer | zsloan | 2021-02-16 21:06:27 +0000 |
commit | 31047da5d5a50ef2f6485584c9b38e6d8c9068a9 (patch) | |
tree | c4544edd2b59f7c8f6e5895c9c03eca3f152008f /wqflask | |
parent | b07861ddd9805903f8b8ac509d68718481c61c3b (diff) | |
download | genenetwork2-31047da5d5a50ef2f6485584c9b38e6d8c9068a9.tar.gz |
Added iDisplayLength to search result table that should fix the issue where it was only showing 10 results when there are between 10 and 20 results
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/search_result_page.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 4dbd4308..e7a7bc51 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -384,6 +384,8 @@ "scrollY": "100vh", "scroller": true, "scrollCollapse": true + {% else %} + "iDisplayLength": -1 {% endif %} } ); |