© 2026 Hedgehog Software, LLC

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

Get current row record in custom action

Tables\Actions\Action::make('make_additional_payment')
                    ->label('Наплати дополнително')
                    ->form([
                        Forms\Components\TextInput::make('price')
                            ->label('Дополнителна цена за наплата')
                            ->required(),
                    ])
                    ->action(function (array $data): void {
                        // send the call for additional payment
                    }),
Tables\Actions\Action::make('make_additional_payment')
                    ->label('Наплати дополнително')
                    ->form([
                        Forms\Components\TextInput::make('price')
                            ->label('Дополнителна цена за наплата')
                            ->required(),
                    ])
                    ->action(function (array $data): void {
                        // send the call for additional payment
                    }),


Hello guys, how can i get the current row in a custom action so i can send a call.
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

Custom Action in RelationManager with current record injection
FilamentFFilament / ❓┊help
3y ago
Current record in custom page ?
FilamentFFilament / ❓┊help
3y ago
Get current record
FilamentFFilament / ❓┊help
3y ago
Custom Rule - Current record?
FilamentFFilament / ❓┊help
16mo ago