From 31047da5d5a50ef2f6485584c9b38e6d8c9068a9 Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 16 Feb 2021 21:06:27 +0000 Subject: 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 --- wqflask/wqflask/templates/search_result_page.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wqflask') 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 %} } ); -- cgit v1.2.3