F
Filamentβ€’9mo ago
Phone Myat

searchablePlaceholder does not working

public static function table(Table $table): Table
{
return $table
->columns([
// ...
])
->searchPlaceholder('Search (ID, Name)');
}
public static function table(Table $table): Table
{
return $table
->columns([
// ...
])
->searchPlaceholder('Search (ID, Name)');
}
It causes the error " Method Filament\Tables\Table::searchPlaceholder does not exist. "
2 Replies
Dennis Koch
Dennis Kochβ€’9mo ago
Try updating Filament πŸ˜‰
Phone Myat
Phone Myatβ€’9mo ago
ok thanks