Skip to content

Commit 2a20c76

Browse files
committed
make asset name column searchable
1 parent 9845ec9 commit 2a20c76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Filament/Resources/AssetResource.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public static function table(Table $table): Table
8787
// Only render the tooltip if the column contents exceeds the length limit.
8888
return $state;
8989
})
90+
->searchable()
9091
->sortable(),
9192
])
9293
->actions([

0 commit comments

Comments
 (0)