© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
15 replies
mile4841

How to edit SlideOver

Hi can you help i want to swap the buttons in the slideOver like i would do if i have the form(show down) is this possible. I also want to edit the heading the when i click the edit.
protected function getFormActions(): array
    {
        return array_reverse(parent::getFormActions());
    } 
protected function getFormActions(): array
    {
        return array_reverse(parent::getFormActions());
    } 
Solution
Find the problem for the heading this is the solution
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

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Open edit profile in slideover
FilamentFFilament / ❓┊help
2y ago
Redirect to list page with action to open edit SlideOver
FilamentFFilament / ❓┊help
7mo ago
How to use slideover() on mobile only?
FilamentFFilament / ❓┊help
2y ago
how to add action buttons to slideOver() footer
FilamentFFilament / ❓┊help
3y ago