``` 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. "