From 9ab0c3b6cc146e1711f1478242d4198eed720e4c Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 11 Jan 2022 22:17:36 +0000 Subject: Removed the deferRender setting, since it appears to revent DataTables API from being able to access all rows (which caused functions like Select All to only select the first 100-200 rows) --- wqflask/wqflask/templates/search_result_page.html | 1 - 1 file changed, 1 deletion(-) diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index dade6ba5..f73cba17 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -446,7 +446,6 @@ "sDom": "iti", "destroy": true, "autoWidth": false, - "deferRender": true, "bSortClasses": false, "scrollY": "500px", "scrollCollapse": true, -- cgit v1.2.3