From 199d63b85e20ffd510b949e8943bb50c62748714 Mon Sep 17 00:00:00 2001 From: sriramv Date: Thu, 15 Jun 2023 13:53:13 +0530 Subject: [PATCH] orderBy_and_Cvv_pdf:GWM --- app/Views/members_list.php | 27 +++++++++++++++++++-------- app/Views/transactions_list.php | 18 ++++++++++++++++-- app/Views/users_list.php | 18 +++++++++++++++--- 3 files changed, 50 insertions(+), 13 deletions(-) diff --git a/app/Views/members_list.php b/app/Views/members_list.php index 1bc81bb..1a6b585 100644 --- a/app/Views/members_list.php +++ b/app/Views/members_list.php @@ -114,17 +114,28 @@ $(document).on('click','.credit_usage',function(){ }); }); -$(document).ready(function(){ - var table = $('#datatable-buttons').DataTable(); -table.destroy(); +// $(document).ready(function(){ +// var table = $('#datatable-buttons').DataTable(); +// table.destroy(); - $('#datatable-buttons').DataTable({ - "order": [[ 0, "desc" ]] - }); +// $('#datatable-buttons').DataTable({ +// "order": [[ 0, "desc" ]] +// }); -}); +// }); - + \ No newline at end of file diff --git a/app/Views/transactions_list.php b/app/Views/transactions_list.php index 0fbb95b..d43e47c 100644 --- a/app/Views/transactions_list.php +++ b/app/Views/transactions_list.php @@ -32,7 +32,7 @@

--> - +
@@ -131,4 +131,18 @@ $(document).on('click','.order_details',function(){ } }); }); - \ No newline at end of file + + + + \ No newline at end of file diff --git a/app/Views/users_list.php b/app/Views/users_list.php index 9b210a5..fc329ef 100644 --- a/app/Views/users_list.php +++ b/app/Views/users_list.php @@ -30,7 +30,7 @@

--> -
Order Id
+
@@ -77,7 +77,7 @@ - --> + \ No newline at end of file