diff --git a/resources/views/Admin/pages/manage_contact_us/manage_contact.blade.php b/resources/views/Admin/pages/manage_contact_us/manage_contact.blade.php
index cb4b60b..0dd7d50 100644
--- a/resources/views/Admin/pages/manage_contact_us/manage_contact.blade.php
+++ b/resources/views/Admin/pages/manage_contact_us/manage_contact.blade.php
@@ -113,27 +113,8 @@
+ -->
@if (!$querie['is_reply'])
|
@@ -182,7 +166,7 @@
-
+
@@ -233,8 +217,7 @@
- @endforeach
-
+
@@ -285,7 +268,11 @@
},
"stripeClasses": [],
"lengthMenu": [7, 10, 20, 50],
- "pageLength": 10
+ "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
+ ]
});