Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Sep 10, 2023
1 parent 72d5354 commit dccf7a6
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 42 deletions.
2 changes: 1 addition & 1 deletion app/Filament/Resources/Shop/OrderResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public static function table(Table $table): Table
->groups([
Tables\Grouping\Group::make('created_at')
->label('Order Date')
->getTitleFromRecordUsing(fn ($record) => Carbon::parse(data_get($record, 'created_at'))->format(Tables\Table::$defaultDateDisplayFormat))
->date()
->collapsible(),
]);
}
Expand Down
80 changes: 40 additions & 40 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/filament/forms/components/key-value.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/js/filament/tables/components/table.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dccf7a6

Please sign in to comment.