This commit is contained in:
2025-11-18 00:21:26 +05:00
parent 4c83d41eb0
commit 0e39450849

View File

@@ -21,7 +21,7 @@ class VisaMasterPaymentOrdersTable
public static function configure(Table $table): Table public static function configure(Table $table): Table
{ {
return $table return $table
->defaultSort('created_at', 'asc') ->defaultSort('created_at', direction: 'desc')
->columns([ ->columns([
TextColumn::make('id') TextColumn::make('id')
->label(__('ID')) ->label(__('ID'))