This commit is contained in:
2025-11-18 00:23:04 +05:00
parent 0e39450849
commit f0e9767e78

View File

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