aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2021-02-16 21:06:27 +0000
committerzsloan2021-02-16 21:06:27 +0000
commit31047da5d5a50ef2f6485584c9b38e6d8c9068a9 (patch)
treec4544edd2b59f7c8f6e5895c9c03eca3f152008f
parentb07861ddd9805903f8b8ac509d68718481c61c3b (diff)
downloadgenenetwork2-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
-rw-r--r--wqflask/wqflask/templates/search_result_page.html2
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 %}
} );