We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460a350 commit b2fcbd1Copy full SHA for b2fcbd1
app/Filament/Resources/EventResource.php
@@ -28,6 +28,8 @@ public static function table(Table $table): Table
28
return $table
29
->columns([
30
Tables\Columns\TextColumn::make('title')->searchable(),
31
+ Tables\Columns\TextColumn::make('collection.name')
32
+ ->searchable(),
33
Tables\Columns\TextColumn::make('start_date')
34
->sortable()
35
->dateTime('Y-m-d h:i'),
0 commit comments