wip
This commit is contained in:
@@ -17,6 +17,7 @@ class OnlinePaymentsTable
|
||||
public static function configure(Table $table): Table
|
||||
{
|
||||
return $table
|
||||
->defaultSort('created_at', direction: 'desc')
|
||||
->columns([
|
||||
TextColumn::make('id')
|
||||
->label(__('ID'))
|
||||
|
||||
Reference in New Issue
Block a user