diff --git a/src/Resources/TranslationResource.php b/src/Resources/TranslationResource.php index fd0a8c3..b6106f5 100644 --- a/src/Resources/TranslationResource.php +++ b/src/Resources/TranslationResource.php @@ -85,9 +85,9 @@ public static function table(Table $table): Table ->sortable()->searchable(), Tables\Columns\TextColumn::make('text')->label(trans('filament-translations::translation.text')), Tables\Columns\TextColumn::make('created_at')->label(trans('filament-translations::global.created_at')) - ->dateTime(), + ->dateTime()->toggleable(), Tables\Columns\TextColumn::make('updated_at')->label(trans('filament-translations::global.updated_at')) - ->dateTime(), + ->dateTime()->toggleable(), ]) ->filters([ //