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