Skip to content

Commit

Permalink
show collection type
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Sep 13, 2024
1 parent 460a350 commit b2fcbd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Filament/Resources/EventResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public static function table(Table $table): Table
return $table
->columns([
Tables\Columns\TextColumn::make('title')->searchable(),
Tables\Columns\TextColumn::make('collection.name')
->searchable(),
Tables\Columns\TextColumn::make('start_date')
->sortable()
->dateTime('Y-m-d h:i'),
Expand Down

0 comments on commit b2fcbd1

Please sign in to comment.