wip
This commit is contained in:
@@ -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'))
|
||||||
|
|||||||
Reference in New Issue
Block a user