mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-20 13:19:24 +00:00
Sortable table view
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<p>More than one user was found matching your criteria:</p>
|
||||
|
||||
<table>
|
||||
<table id="userlist">
|
||||
<thead>
|
||||
<tr><th>User</th><th>Primary Character</th><th>Corp</th><th>Alliance</th></tr>
|
||||
<thead>
|
||||
@@ -21,4 +21,9 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<script src="{{ STATIC_URL }}js/jquery.tablesorter.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
$("table#userlist").tablesorter({ sortList: [[0,0]] });
|
||||
</script>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user