© 2026 Hedgehog Software, LLC

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

How to reorder button on edit resource

Is it possible to reorder buttons on edit reource that mine primary button is right and cancel button is left
image.png
Solution
Very quick and simple way would be to edit the EditPage.php

and add:

    protected function getFormActions(): array
    {
        return array_reverse(parent::getFormActions());
    }
    protected function getFormActions(): array
    {
        return array_reverse(parent::getFormActions());
    }
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

Edit resource button icon
FilamentFFilament / ❓┊help
14mo ago
How to edit resource properties on simple resource creation?
FilamentFFilament / ❓┊help
2y ago
How to change resource Button label?
FilamentFFilament / ❓┊help
3y ago
Custom action on edit resource
FilamentFFilament / ❓┊help
3y ago