BillBie

导航

【转发】jquery.datatables指定列可以排序

转发自:https://q.cnblogs.com/q/55143/

 

 

$(document).ready( function() {

  $('#example').dataTable( {

    "aoColumnDefs": [

      "bSortable"false"aTargets": [ 0 ] }

    ] } );

} );

posted on 2019-07-19 11:39  BillBie  阅读(15)  评论(0)    收藏  举报