diff options
Diffstat (limited to 'wqflask')
-rwxr-xr-x | wqflask/wqflask/static/packages/TableTools/media/css/TableTools.css | 5 | ||||
-rwxr-xr-x | wqflask/wqflask/templates/search_result_page.html | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/wqflask/wqflask/static/packages/TableTools/media/css/TableTools.css b/wqflask/wqflask/static/packages/TableTools/media/css/TableTools.css index 705008b0..ffa2af34 100755 --- a/wqflask/wqflask/static/packages/TableTools/media/css/TableTools.css +++ b/wqflask/wqflask/static/packages/TableTools/media/css/TableTools.css @@ -319,3 +319,8 @@ div.DTTT_collection a.DTTT_button { line-height: 20px; } +.no-sort::after { display: none!important; } +.no-sort { pointer-events: none!important; + cursor: default!important; +} + diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index a1d67779..e1fa213f 100755 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -49,6 +49,8 @@ <thead> <tr> {% for header in header_fields %} + {% if header == 'Index' %} + <th class="no-sort">{{header}}</th> {% if header == 'Max LRS' %} <th style="text-align: right;">Max <br>LRS<a href="http://genenetwork.org//glossary.html#L" target="_blank"><sup style="color:#f00"> ?</sup></a></th> {% elif header == 'Additive Effect' %} |