aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-05-04 09:22:40 +0300
committerFrederick Muriuki Muriithi2022-05-06 15:32:45 +0300
commitc9981e0a460456ef523b8e506f76730d41325534 (patch)
tree0fa6c51241b098572e3c928fea1cb6e9874b2112 /wqflask
parent6cb41fb16335804043bf7b964b55bcd6a9819fad (diff)
downloadgenenetwork2-c9981e0a460456ef523b8e506f76730d41325534.tar.gz
Make the results table dataTable class
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/partial_correlations/pcorrs_results_presentation.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/wqflask/wqflask/templates/partial_correlations/pcorrs_results_presentation.html b/wqflask/wqflask/templates/partial_correlations/pcorrs_results_presentation.html
index 53175053..679a7510 100644
--- a/wqflask/wqflask/templates/partial_correlations/pcorrs_results_presentation.html
+++ b/wqflask/wqflask/templates/partial_correlations/pcorrs_results_presentation.html
@@ -40,7 +40,7 @@
<div id="partial-correlation-results">
{%if dataset_type == "Publish":%}
<table id="part-corr-results-publish"
- class="table-hover table-striped cell-border"
+ class="table-hover table-striped cell-border dataTable"
style="float: left;">
<thead>
<tr>
@@ -101,7 +101,7 @@
{%if dataset_type == "Geno":%}
<table id="part-corr-results-geno"
- class="table-hover table-striped cell-border"
+ class="table-hover table-striped cell-border dataTable"
style="float: left;">
<thead>
<tr>
@@ -159,7 +159,7 @@
{%if dataset_type == "ProbeSet":%}
<table id="part-corr-results-probeset"
- class="table-hover table-striped cell-border"
+ class="table-hover table-striped cell-border dataTable"
style="float: left;">
<thead>
<tr>