Open modal after page load
Hey guys,
I have a table which has only modal (slideOver) to edit / create entries.
Now I'd like to create a button from another resource to the target resource and open directly after loading the "create" modal.
My code until now:
if I try to "create" instead of index it shows an error, because the route does not exists. -> its just a modal π
Has anyone an idea? Maybe I can react on the parameter and open the modal somehow after loading the table?
Solution:Jump to solution
got it π
instead of
```php
->url(InvitationResource::getUrl('index', ['create' => true]))...
1 Reply
Solution
got it π
instead of
just