diff options
author | zsloan | 2015-07-23 16:20:55 +0000 |
---|---|---|
committer | zsloan | 2015-07-23 16:20:55 +0000 |
commit | c053ff453e6c8354e61b227d028378712ab240d6 (patch) | |
tree | 1b754cb3c1e6670c9078c799b0990313169b54d1 /wqflask/wqflask/templates/correlation_page.html | |
parent | 1e190b22c35c5a7d71eafa8c7136fd9b8cbd0688 (diff) | |
download | genenetwork2-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-x | wqflask/wqflask/templates/correlation_page.html | 27 |
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 %} |