aboutsummaryrefslogtreecommitdiff
path: root/include/clients-overview.php
diff options
context:
space:
mode:
authorCamil Staps2015-02-15 11:40:59 +0100
committerCamil Staps2015-02-15 11:40:59 +0100
commited81201142ca2d47c652d91ed871687c8d64d8fa (patch)
tree28bcb4aaa9a2ce71c6c94f1b8b79bdaee211cc36 /include/clients-overview.php
parentScrollbar for wide tables (diff)
Added sorting indicators
Diffstat (limited to 'include/clients-overview.php')
-rw-r--r--include/clients-overview.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/clients-overview.php b/include/clients-overview.php
index a238ab1..f3e2a24 100644
--- a/include/clients-overview.php
+++ b/include/clients-overview.php
@@ -22,11 +22,11 @@
<div class="panel panel-default">
<div class="panel-heading">Overview</div>
<div class="panel-body table-responsive">
- <table class="table table-bordered table-striped mixitup" id="overview-clients">
+ <table class="table table-bordered table-striped mixitup dataTable" id="overview-clients">
<thead>
<tr>
- <th class="mixitup-sort" data-sort="mixerOrderId:asc">#</th>
- <th class="mixitup-sort" data-sort="mixerOrderName:asc">Name</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderId:desc">#</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderName:desc">Name</th>
<th>Tools</th>
</tr>
</thead>