Hey, just before I make a separate thread - want to ask if it's even possible.
I have a Filament page, that renders a custom view (using the x-filament-panels etc. components).
Inside that component, I list some of my models - I can generate a link, just by passing e.g. 'link' => route('filament.admin.resources.services.view', ['record' => $service->id]),
to it and it works. Can I somehow force this view page to open in a modal? Is something like this possible?