Skip to content

Commit d336279

Browse files
committed
add id
1 parent b2fcbd1 commit d336279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Filament/Resources/EventResource.php

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public static function table(Table $table): Table
2727
{
2828
return $table
2929
->columns([
30+
Tables\Columns\TextColumn::make('id')->sortable(),
3031
Tables\Columns\TextColumn::make('title')->searchable(),
3132
Tables\Columns\TextColumn::make('collection.name')
3233
->searchable(),

0 commit comments

Comments
 (0)