© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•12mo ago•
11 replies
delboy1978uk

Refresh a table

I have a radio in my table, and when i click it, my code runs, but i need to refresh the table. Can anyone help?
Tables\Columns\ViewColumn::make('root step')->action(function (ItemProcessStep $step) {
    $this->ownerRecord->root_step_id = $step->id;
    $this->ownerRecord->save();
    $this->reset(); // this does't work, what should I actually be doing?
})->view('tables.columns.root-step-radio', ['rootStep' => $rootStep]),
Tables\Columns\ViewColumn::make('root step')->action(function (ItemProcessStep $step) {
    $this->ownerRecord->root_step_id = $step->id;
    $this->ownerRecord->save();
    $this->reset(); // this does't work, what should I actually be doing?
})->view('tables.columns.root-step-radio', ['rootStep' => $rootStep]),
image.png
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 TableRepeater
FilamentFFilament / ❓┊help
2y ago
Refresh table
FilamentFFilament / ❓┊help
3y ago
Refresh Table
FilamentFFilament / ❓┊help
3y ago
Websocket - refresh table
FilamentFFilament / ❓┊help
16mo ago