Compare commits
No commits in common. "2c0fbfde5b57448f3a08b372a3e9542c9a13607a" and "fcb1cef6fd9a0d748dc0cf5d5cecbbf074ecea09" have entirely different histories.
2c0fbfde5b
...
fcb1cef6fd
@ -41,10 +41,6 @@ public static function table(Table $table): Table
|
||||
->label('Date')
|
||||
->date('Y-m-d'),
|
||||
|
||||
Tables\Columns\TextColumn::make('invoice.internal_id')
|
||||
->color('primary')
|
||||
->fontFamily('mono'),
|
||||
|
||||
Tables\Columns\TextColumn::make('customer_po')
|
||||
->color('code')
|
||||
->weight('bold')
|
||||
@ -121,11 +117,6 @@ public static function table(Table $table): Table
|
||||
}),
|
||||
|
||||
], layout: Tables\Enums\FiltersLayout::AboveContent)
|
||||
->hiddenFilterIndicators()
|
||||
->actions([// Action::make('generateReport')
|
||||
// ->label('Make Report')
|
||||
// ->icon('lucide-sticky-note'),
|
||||
]);
|
||||
|
||||
->hiddenFilterIndicators()
|
||||
|
||||
@ -141,6 +132,8 @@ public static function table(Table $table): Table
|
||||
})
|
||||
->titlePrefixedWithLabel(false),
|
||||
);
|
||||
// ->defaultSort('date', 'desc');
|
||||
|
||||
}
|
||||
|
||||
public static function getEloquentQuery(): \Illuminate\Database\Eloquent\Builder
|
||||
|
Loading…
x
Reference in New Issue
Block a user