diff options
-rw-r--r-- | wqflask/wqflask/templates/partial_correlations/pcorrs_results_presentation.html | 6 |
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> |