data table sortable false code example
Example: orderable false in datatable
$('#example').DataTable( {
columnDefs: [
{ orderable: false, targets: 0 }
]
} );
reference:
https://datatables.net/reference/option/columns.orderable
$('#example').DataTable( {
columnDefs: [
{ orderable: false, targets: 0 }
]
} );
reference:
https://datatables.net/reference/option/columns.orderable