Fixed sort

This commit is contained in:
James Cole 2016-12-12 08:14:38 +01:00 committed by GitHub
parent 07c57cc640
commit 06ff450d31

View File

@ -1,11 +1,11 @@
<table class="table table-hover sortable table-condensed"> <table class="table table-hover sortable table-condensed">
<thead> <thead>
<tr> <tr>
<th data-defaultsort="disabled" colspan="2">{{ 'category'|_ }}</th> <th data-defaultsign="az" colspan="2">{{ 'category'|_ }}</th>
{% for period in periods %} {% for period in periods %}
<th data-defaultsort="disabled">{{ period }}</th> <th data-defaultsign="_19">{{ period }}</th>
{% endfor %} {% endfor %}
<th data-defaultsort="disabled">{{ 'sum'|_ }}</th> <th data-defaultsign="_19">{{ 'sum'|_ }}</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>