});
var table = $("#table_borrowers").dataTable($.extend(true, {}, dataTablesDefaults, {
"aoColumnDefs": [
"aaSorting": [ 0, "asc" ],
{ "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
],
"aaSorting": [ 2, "asc" ],
"sDom": "t",
"iDisplayLength": -1
}));
<thead>
<tr>
<th>Name</th>
<th>Cardnumber</th>
<th>Card number</th>
<th>Category</th>
<th>Library</th>
<th>Address</th>
-