$(document).ready(function() {
tbtrx = $('#dataTables').DataTable({
"aoColumnDefs": [{ 'bSortable': false, 'aTargets': [ 0 ] }]
})
})
Remove Sorting Arrow On Datatable
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
content : none
}
Komentar