aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruditgulati2020-06-30 14:14:53 -0500
committeruditgulati2020-11-01 05:11:00 -0600
commit429aff0920b1fddf71e4547c35a726b11e6713a0 (patch)
tree525006529a6bd755c66917f37b3c334c3a75afc1
parent73e3f354b0bf6accfd884f0fab8ef93f03be7945 (diff)
downloadgenenetwork2-429aff0920b1fddf71e4547c35a726b11e6713a0.tar.gz
500 rows per page for DataTables
-rw-r--r--wqflask/wqflask/templates/snp_browser.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/snp_browser.html b/wqflask/wqflask/templates/snp_browser.html
index 3b97963c..7019e943 100644
--- a/wqflask/wqflask/templates/snp_browser.html
+++ b/wqflask/wqflask/templates/snp_browser.html
@@ -407,6 +407,7 @@
{% endif %}
'order': [[1, "asc" ]],
'sDom': "rtip",
+ 'iDisplayLength': 500,
'processing': true,
'language': {
'loadingRecords': ' ',