aboutsummaryrefslogtreecommitdiff
path: root/include/assignments-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/assignments-overview.php
parentScrollbar for wide tables (diff)
Added sorting indicators
Diffstat (limited to 'include/assignments-overview.php')
-rw-r--r--include/assignments-overview.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/assignments-overview.php b/include/assignments-overview.php
index 2881987..a21408e 100644
--- a/include/assignments-overview.php
+++ b/include/assignments-overview.php
@@ -22,14 +22,14 @@
<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-assignments">
+ <table class="table table-bordered table-striped mixitup dataTable" id="overview-assignments">
<thead>
<tr>
- <th class="mixitup-sort" data-sort="mixerOrderId:asc">#</th>
- <th class="mixitup-sort" data-sort="mixerOrderOffer:asc">Offer</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderId:desc">#</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderOffer:desc">Offer</th>
<th>Briefing</th>
- <th class="mixitup-sort" data-sort="mixerOrderTime:asc">Time</th>
- <th class="mixitup-sort" data-sort="mixerOrderPrice:asc">Price</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderTime:desc">Time</th>
+ <th class="mixitup-sort sorting" data-sort="mixerOrderPrice:desc">Price</th>
<th>Tools</th>
</tr>
</thead>