Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsumon4u committed Oct 21, 2024
1 parent 601eb7c commit e7eb691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/admin/orders/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ className: 'px-1 py-1 {{ request('status') == '' ? 'btn-secondary' : '' }}',
type: 'num',
orderable: false,
searchable: false,
targets: -4
targets: -5
},
],
processing: true,
Expand All @@ -225,6 +225,7 @@ className: 'px-1 py-1 {{ request('status') == '' ? 'btn-secondary' : '' }}',
{ data: 'courier', name: 'courier', sortable: false },
{ data: 'staff', name: 'admin.name', sortable: false },
{ data: 'created_at', name: 'created_at' },
{ data: 'actions' },
],
initComplete: function (settings, json) {
window.ordersTotal = json.recordsTotal;
Expand Down

0 comments on commit e7eb691

Please sign in to comment.