Search
Get Started
F
Filament
•
3y ago
Dhruva
Is there any way to hide modal's submit button ?
I am opening a modal using Tables Action to show some information in modal
. Is there any way to hide submit button from modal
.
Filament
Join
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,392
Members
View on Discord
Was this page helpful?
Yes
No
D
Dennis Koch
•
4/6/23, 10:15 AM
You can overwrite the
. Check the source code for the defaults
T
toeknee
•
4/6/23, 10:16 AM
Or
.
.
. change it from a Edit action to a ViewAction
?
D
Dhruva
OP
•
4/6/23, 10:19 AM
Thanks
. Changing to view action worked
!
Thanks a lot
.
T
toeknee
•
4/6/23, 10:26 AM
Welcomes
->modalActions()
->modalActions()