Skip to content
Snippets Groups Projects
Commit 8ea3593a authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Remove sortable-data

parent b6e52693
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<div class="panel-body collapse #if (showTable)in#end" id="QC_BasesTable"> <div class="panel-body collapse #if (showTable)in#end" id="QC_BasesTable">
<!-- Table --> <!-- Table -->
<table class="table sortable-theme-bootstrap" data-sortable> <table class="table sortable-theme-bootstrap">
<thead><tr> <thead><tr>
<th data-sorted="true" data-sorted-direction="ascending">Sample</th> <th data-sorted="true" data-sorted-direction="ascending">Sample</th>
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<div class="panel-body collapse #if (showTable)in#end" id="QC_ReadsTable"> <div class="panel-body collapse #if (showTable)in#end" id="QC_ReadsTable">
<!-- Table --> <!-- Table -->
<table class="table sortable-theme-bootstrap" data-sortable> <table class="table sortable-theme-bootstrap">
<thead><tr> <thead><tr>
<th data-sorted="true" data-sorted-direction="ascending">Sample</th> <th data-sorted="true" data-sorted-direction="ascending">Sample</th>
<th colspan="2">Library</th> <th colspan="2">Library</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment