Compare commits
2 Commits
fcb1cef6fd
...
2c0fbfde5b
Author | SHA1 | Date | |
---|---|---|---|
2c0fbfde5b | |||
f945ad2f71 |
@ -41,6 +41,10 @@ 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')
|
||||
@ -117,6 +121,11 @@ 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()
|
||||
|
||||
@ -132,8 +141,6 @@ 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