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 Koch17mo ago
Try updating Filament 😉
Phone Myat
Phone MyatOP17mo ago
ok thanks

Did you find this page helpful?