Skip to content

Commit

Permalink
add id
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Sep 13, 2024
1 parent b2fcbd1 commit d336279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Filament/Resources/EventResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public static function table(Table $table): Table
{
return $table
->columns([
Tables\Columns\TextColumn::make('id')->sortable(),
Tables\Columns\TextColumn::make('title')->searchable(),
Tables\Columns\TextColumn::make('collection.name')
->searchable(),
Expand Down

0 comments on commit d336279

Please sign in to comment.