关于dataTable去掉第一个checkbox的排序而且去掉小图标

$("#example1").dataTable( {
            "aoColumnDefs": [ { "bSortable": false, "aTargets": [ 0 ] }],
            "order": [[ 1, 'asc' ]]
        });get

相关文章
相关标签/搜索