We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fcbd1 commit d336279Copy full SHA for d336279
app/Filament/Resources/EventResource.php
@@ -27,6 +27,7 @@ public static function table(Table $table): Table
27
{
28
return $table
29
->columns([
30
+ Tables\Columns\TextColumn::make('id')->sortable(),
31
Tables\Columns\TextColumn::make('title')->searchable(),
32
Tables\Columns\TextColumn::make('collection.name')
33
->searchable(),
0 commit comments