0
我想訂購我的jQuery數據表(下),但不能得到第一列按降序排序。我已嘗試"order": [[0, 'desc']]
,但它不起作用。 The JS fiddle is here。jquery Datatables降序排序不工作與「訂單」選項
<table id="datatable-table" class="table table-striped table-hover">
<thead>
<tr>
<th class="hidden-xs" style="width: 10%">Submission Date</
<th class="hidden-xs" style="width: 10%">Start Date</th>
<th class="hidden-xs" style="width: 10%">End Date</
</tr>
</thead>
你JSFiddle沒有顯示任何東西。如果您可以使用它來顯示一些有用的數據,並更好地說明您的問題。 – annoyingmouse
@annoyingmouse,對不起我的壞。我現在也複製了HTML部分。 – omrakhur
:-)你可能已經完成了,但鏈接仍然顯示相同的代碼... – annoyingmouse