© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•6mo ago•
3 replies
Tieme

Action within Action->Slideover()

Hi All,

I upgraded a project from V3 to V4.
Almost everything works as normal.

1 thing i cant get to work is a action that opens a slideover within a sliderover

I have a tablewidget that opens with a action in a slideover (it is on a settings page)

Action::make('tax')
    ->label('BTW Tarieven')
    ->slideOver()
    ->modalContent(view('filament.pages.tax_widget'))
    ->ModalCancelAction(false)
    ->ModalSubmitAction(false)
    ->extraModalWindowAttributes(['class' => 'slide-over-no-padding']),
Action::make('tax')
    ->label('BTW Tarieven')
    ->slideOver()
    ->modalContent(view('filament.pages.tax_widget'))
    ->ModalCancelAction(false)
    ->ModalSubmitAction(false)
    ->extraModalWindowAttributes(['class' => 'slide-over-no-padding']),


Within the widget i have some table actions (see Gist of widget)
Those actions do nothing, only the test_vat (url) does something.

Is a action within a modal or slideover not possible anymore?

There are no conosole, log errors anywhere.

Any helpt would be nice!
Gist
Header action within slideover
Header action within slideover. GitHub Gist: instantly share code, notes, and snippets.
Header action within slideover
Solution
This is working now in the most recent release (V4.0.3)
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Action Modal - SlideOver
FilamentFFilament / ❓┊help
3y ago
Modal Action inside Slideover [BUG]
FilamentFFilament / ❓┊help
2y ago
Create action in simple resource as slideover
FilamentFFilament / ❓┊help
3y ago
PDF Downloads within action?
FilamentFFilament / ❓┊help
3y ago