diff options
author | zsloan | 2022-01-11 22:17:36 +0000 |
---|---|---|
committer | zsloan | 2022-01-11 16:22:42 -0600 |
commit | 9ab0c3b6cc146e1711f1478242d4198eed720e4c (patch) | |
tree | d74968b826f7a08868d44ffbc2c6b78d07afe246 | |
parent | e0a260b0de55fbea0c507eb0ca5fbdc3c1a825c0 (diff) | |
download | genenetwork2-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)
-rw-r--r-- | wqflask/wqflask/templates/search_result_page.html | 1 |
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, |