We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9845ec9 commit 2a20c76Copy full SHA for 2a20c76
src/Filament/Resources/AssetResource.php
@@ -87,6 +87,7 @@ public static function table(Table $table): Table
87
// Only render the tooltip if the column contents exceeds the length limit.
88
return $state;
89
})
90
+ ->searchable()
91
->sortable(),
92
])
93
->actions([
0 commit comments