aboutsummaryrefslogtreecommitdiff
path: root/wqflask/wqflask/templates/correlation_page.html
diff options
context:
space:
mode:
authorzsloan2015-07-23 16:20:55 +0000
committerzsloan2015-07-23 16:20:55 +0000
commitc053ff453e6c8354e61b227d028378712ab240d6 (patch)
tree1b754cb3c1e6670c9078c799b0990313169b54d1 /wqflask/wqflask/templates/correlation_page.html
parent1e190b22c35c5a7d71eafa8c7136fd9b8cbd0688 (diff)
downloadgenenetwork2-c053ff453e6c8354e61b227d028378712ab240d6.tar.gz
Committing most recent changes to tables so Lei can pull; still have a few more issues to resolve, like setting initial column width
Diffstat (limited to 'wqflask/wqflask/templates/correlation_page.html')
-rwxr-xr-xwqflask/wqflask/templates/correlation_page.html27
1 files changed, 10 insertions, 17 deletions
diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html
index b60b4ea9..d53f930d 100755
--- a/wqflask/wqflask/templates/correlation_page.html
+++ b/wqflask/wqflask/templates/correlation_page.html
@@ -144,6 +144,7 @@
<script language="javascript" type="text/javascript" src="/static/new/packages/DataTables/js/jquery.dataTables.js"></script>
<script language="javascript" type="text/javascript" src="/static/new/packages/DataTables/js/dataTables.naturalSort.js"></script>
<script language="javascript" type="text/javascript" src="/static/new/packages/DataTables/extensions/dataTables.colResize.js"></script>
+ <script language="javascript" type="text/javascript" src="/static/new/packages/DataTables/extensions/dataTables.colReorder.js"></script>
<script language="javascript" type="text/javascript" src="/static/packages/DT_bootstrap/DT_bootstrap.js"></script>
<script language="javascript" type="text/javascript" src="/static/packages/TableTools/media/js/TableTools.min.js"></script>
<script language="javascript" type="text/javascript" src="//cdn.datatables.net/fixedheader/2.1.2/js/dataTables.fixedHeader.min.js"></script>
@@ -228,15 +229,14 @@
{ "type": "natural" },
{ "type": "natural" }
],
- "sDom": "Ztir",
+ "sDom": "RJtir",
"iDisplayLength": -1,
"autoWidth": true,
"bLengthChange": true,
"bDeferRender": true,
"bSortClasses": false,
- "scrollY": "600px",
- "scrollX": true,
- "scrollCollapse": true,
+ "scrollY": "700px",
+ "scrollCollapse": false,
"colResize": {
"tableWidthFixed": false
},
@@ -257,15 +257,14 @@
{ "type": "natural" },
{ "type": "natural" }
],
- "sDom": "Ztir",
+ "sDom": "RJtir",
"iDisplayLength": -1,
"autoWidth": true,
"bLengthChange": true,
"bDeferRender": true,
"bSortClasses": false,
- "scrollY": "600px",
- "scrollX": true,
- "scrollCollapse": true,
+ "scrollY": "700px",
+ "scrollCollapse": false,
"colResize": {
"tableWidthFixed": false
},
@@ -281,15 +280,14 @@
{ "type": "natural" },
{ "type": "natural" }
],
- "sDom": "Ztir",
+ "sDom": "RJtir",
"iDisplayLength": -1,
"autoWidth": true,
"bLengthChange": true,
"bDeferRender": true,
"bSortClasses": false,
- "scrollY": "600px",
- "scrollX": true,
- "scrollCollapse": true,
+ "scrollY": "700px",
+ "scrollCollapse": false,
"colResize": {
"tableWidthFixed": false
},
@@ -298,11 +296,6 @@
{% endif %}
console.timeEnd("Creating table");
- var table = $('#corr_results').DataTable();
- //new $.fn.dataTable.FixedHeader( table );
- new $.fn.dataTable.FixedColumns( table );
-
-
});
</script>
{% endblock %}