Updated dependencies; Added widgets and charts

This commit is contained in:
Constantin Graf
2024-05-29 15:44:47 +02:00
committed by Constantin Graf
parent b5a240cb2f
commit 2862033321
7 changed files with 780 additions and 277 deletions

View File

@@ -101,8 +101,7 @@ class UserResource extends Resource
->boolean(),
Tables\Columns\TextColumn::make('created_at')
->dateTime()
->sortable()
->toggleable(isToggledHiddenByDefault: true),
->sortable(),
Tables\Columns\TextColumn::make('updated_at')
->dateTime()
->sortable()