Skip to content

Commit

Permalink
Use tablesorter for results table
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Oct 10, 2024
1 parent 29cc0f7 commit 5cf776a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions process_results_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,10 @@ def generate_select_options(options, selected_value):

extra_scripts = """
<script type="text/javascript">
var sortcolumnindex = 4, perfsortorder = 1;
var sortcolumnindex = 6, perfsortorder = 1;
</script>
<!--<script type="text/javascript" src="javascripts/tablesorter.js"></script>-->
<script type="text/javascript" src="javascripts/tablesorter.js"></script>
<script type="text/javascript" src="javascripts/results_tablesorter.js"></script>
<script type="text/javascript" src="javascripts/results_charts.js"></script>
"""
Expand Down

0 comments on commit 5cf776a

Please sign in to comment.