【发布时间】:2018-04-29 12:59:46
【问题描述】:
假设我有如下表格:
我想禁用操作列
的排序
<!--index.html-->
<table class="table table-striped table-bordered post-list-table" id="table" >
<thead>
<tr>
<th>Title</th>
<th>Created At</th>
<th>Action</th>
</tr>
</thead>
</table>
<!--Script.js-->
$('#table').DataTable();
【问题讨论】:
标签: jquery datatables