Mengaktifkan Sorting Hanya Pada Kolom Tertentu
Contoh :
$("#list_faktur_terlunasi_duplikat").dataTable({
"bJQueryUI": false,
"sDom": 'C<"clear"><"toolbar"><"clear">T<"clear">lfrtip',
"bLengthChange": true,
'bProcessing': true,
'bServerSide': true,
'sAjaxSource': "<?php echo url_for('@report_receipt_faktur_terlunasi_duplikat?act=get_list_json') ?>",
"sPaginationType": "full_numbers",
"aLengthMenu": [[10, 25, 50, 100, 150, 200, 300, 400, 500, -1], [10, 25, 50, 100, 150, 200, 300, 400, 500, "All"]],
"aoColumns": [
{ "bSortable": false },
null,
null,
null,
{ "bSortable": false },
{ "bSortable": false },
{ "bSortable": false }
]
}).fnSetFilteringDelay();
Referensi
reportFakturTerlunasiDuplikatSuccess.php,