© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
OzgurOzarpaci

how to refresh relationship manager table?

Hi, i have a drop in action button (plugin) on my form. After this action, my relation managers must be updated/refreshed.

My code:
DropInAction::make('test')
    ->disableLabel()
    ->execute(function (\Closure $get, \Closure $set, Livewire $livewire) {
        return \Filament\Forms\Components\Actions\Action::make('add_default_properties')
            ->icon('heroicon-o-plus')
            ->label('Varsayılan Özellikleri Ekle')
            ->action(function () use ($get, $livewire) {
                ... // <--- my code is in here
            });
    }),
DropInAction::make('test')
    ->disableLabel()
    ->execute(function (\Closure $get, \Closure $set, Livewire $livewire) {
        return \Filament\Forms\Components\Actions\Action::make('add_default_properties')
            ->icon('heroicon-o-plus')
            ->label('Varsayılan Özellikleri Ekle')
            ->action(function () use ($get, $livewire) {
                ... // <--- my code is in here
            });
    }),
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Refresh parent on relationship manager update
FilamentFFilament / ❓┊help
2y ago
How to manually refresh table
FilamentFFilament / ❓┊help
3y ago
relationship manager
FilamentFFilament / ❓┊help
2y ago
Relationship manager directly to spatie's media table.
FilamentFFilament / ❓┊help
2y ago