aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2020-11-04 15:57:58 -0600
committerzsloan2020-11-04 15:57:58 -0600
commit1948d1ed9e8647b1f54c87a59aa308b9d22c7f8e (patch)
tree00e0511d23e80b489e185acb9ad25ff8094f5fb2
parent510e66de705b90341cd773e666e51dfcf033a958 (diff)
downloadgenenetwork2-1948d1ed9e8647b1f54c87a59aa308b9d22c7f8e.tar.gz
Changed numeric-html sorting for the Tissue/Lit r columns to natural-minus-na so it deals with the "--" values
* wqflask/wqflask/templates/correlation_page.html - Replaced numeric-html sorting with natural-minus-na for the lit/tissue r columns
-rw-r--r--wqflask/wqflask/templates/correlation_page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html
index 134f15be..bc0b592c 100644
--- a/wqflask/wqflask/templates/correlation_page.html
+++ b/wqflask/wqflask/templates/correlation_page.html
@@ -367,8 +367,8 @@
{ "orderDataType": "dom-innertext", 'orderSequence': [ "desc", "asc"] },
{ "type": "natural" },
{ "type": "scientific" },
- { "type": "numeric-html", 'orderSequence': [ "desc", "asc"] },
- { "type": "numeric-html", 'orderSequence': [ "desc", "asc"] },
+ { "type": "natural-minus-na", 'orderSequence': [ "desc", "asc"] },
+ { "type": "natural-minus-na", 'orderSequence': [ "desc", "asc"] },
{ "type": "scientific" },
{ "type": "natural-minus-na" },
{ "type": "natural-minus-na" },