F
Filament5mo ago
Milorn

redirect to edit/view resource modals or open them manually

I have a table with 3 modals: view, create and edit. I want to redirect to redirect to the view or edit modal after the create. Sort of successUrl on the CreateAction but for a modal. In addition how can i manually open resource modals through events ? thank you
2 Replies
Milorn
Milorn5mo ago
Yes but redirect to a modal instead of a url. Like right after the create modal finishes, open the edit or view modal instantly