#How to Open an Edit Modal for a Resource in Filament Custom Page?
4 messages · Page 1 of 1 (latest)
I want to open a modal to edit the selected resource
Should it be a redirect or are you using a custom modal form to edit something?
No, I don’t have a custom modal I just want to open original resource edit modal.
I have ViewMenu page and I want to open MenuCategory resource edit modal from ViewMenu page.
I did this [workaround](#1282780956259913759 message) using a redirect.. maybe this can help you to achieve what you need