aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2022-01-11 22:17:36 +0000
committerzsloan2022-01-11 16:22:42 -0600
commit9ab0c3b6cc146e1711f1478242d4198eed720e4c (patch)
treed74968b826f7a08868d44ffbc2c6b78d07afe246 /wqflask
parente0a260b0de55fbea0c507eb0ca5fbdc3c1a825c0 (diff)
downloadgenenetwork2-9ab0c3b6cc146e1711f1478242d4198eed720e4c.tar.gz
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)
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/search_result_page.html1
1 files changed, 0 insertions, 1 deletions
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,