Skip to content

Commit b2fcbd1

Browse files
committed
show collection type
1 parent 460a350 commit b2fcbd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Filament/Resources/EventResource.php

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ public static function table(Table $table): Table
2828
return $table
2929
->columns([
3030
Tables\Columns\TextColumn::make('title')->searchable(),
31+
Tables\Columns\TextColumn::make('collection.name')
32+
->searchable(),
3133
Tables\Columns\TextColumn::make('start_date')
3234
->sortable()
3335
->dateTime('Y-m-d h:i'),

0 commit comments

Comments
 (0)