jQueryデータテーブル(下記)を注文しようとしていますが、最初の列を降順で並べ替えることができません。私は"order": [[0, 'desc']]
を試しましたが、動作しません。 The JS fiddle is here。jquery Datatables降順ソートが "order"オプションで動作しない
<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