Disable the js tablesort stuff for a truncate result, per Henrik.
- Legacy-Id: 10616
This commit is contained in:
parent
b90208ec6d
commit
180a08c2c9
|
@ -13,7 +13,10 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
{% comment %}
|
||||
Disable the js tablesort stuff for a truncate result, per Henrik.
|
||||
{% endcomment %}
|
||||
<table class="table table-condensed table-striped {% if not meta.max %}tablesorter{% endif %}">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="sorter-false"></th>
|
||||
|
|
Loading…
Reference in a new issue