From a8a1703ff924f39ac62c6deb69126487b952c1a3 Mon Sep 17 00:00:00 2001 From: sayliraut Date: Tue, 25 Jun 2024 16:39:13 +0530 Subject: [PATCH] changes --- .../manage_contact.blade.php | 35 ++++++------------- 1 file changed, 11 insertions(+), 24 deletions(-) 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'])
Delete + + @endforeach +
@@ -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 + ] });