【转发】jquery.datatables指定列可以排序
转发自:https://q.cnblogs.com/q/55143/
$(document).ready( function() {
$('#example').dataTable( {
"aoColumnDefs": [
{ "bSortable": false, "aTargets": [ 0 ] }
] } );
} );
转发自:https://q.cnblogs.com/q/55143/
$(document).ready( function() {
$('#example').dataTable( {
"aoColumnDefs": [
{ "bSortable": false, "aTargets": [ 0 ] }
] } );
} );