Skip to content

Commit

Permalink
Added automatic data sorting in the QC report (#2295)
Browse files Browse the repository at this point in the history
Automatically sorting by date after loading index.html (see #2282)

* Added table attributes  data-sort-name="moddate" and data-sort-order="asc" in index.html

Former-commit-id: 87d49ae
  • Loading branch information
jcohenadad committed Jun 5, 2019
1 parent 2c7340b commit e3dacdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spinalcordtoolbox/reports/assets/index.html
Expand Up @@ -67,6 +67,8 @@
</a>
<table id="table" class="table table-condensed"
data-search="true"
data-sort-name="moddate"
data-sort-order="asc"
data-response-handler="responseHandler">
<thead>
<tr>
Expand Down

0 comments on commit e3dacdd

Please sign in to comment.