This commit is contained in:
sayliraut
2024-06-18 14:53:39 +05:30
parent 24a0263c2c
commit d477e080c0

View File

@@ -15,7 +15,7 @@ $('#zero-config').DataTable({
"pageLength": 10,
"ordering": true, // Enable global ordering
"columnDefs": [
{ "orderable": false, "targets": [0, 1, 2] } // Disable ordering for the first column (checkboxes) and the eighth column
// { "orderable": false, "targets": [0, 1, 2] } // Disable ordering for the first column (checkboxes) and the eighth column
]
});