From d477e080c014ce75f532c8d34792d481f3222c5d Mon Sep 17 00:00:00 2001 From: sayliraut Date: Tue, 18 Jun 2024 14:53:39 +0530 Subject: [PATCH] change --- public/assets/js/admin/manage_customer/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/js/admin/manage_customer/main.js b/public/assets/js/admin/manage_customer/main.js index 9134ad6..e982f70 100644 --- a/public/assets/js/admin/manage_customer/main.js +++ b/public/assets/js/admin/manage_customer/main.js @@ -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 ] });