F
Filament6mo ago
nathan

getURL() to call View Action on Table

I have an infolist connected to a View Action on a list table.
return $table
->columns([...])
->actions([
ViewAction::make()
->slideOver()
->infolist([...])
])
return $table
->columns([...])
->actions([
ViewAction::make()
->slideOver()
->infolist([...])
])
I have another resource that I want to call a getUrl() that points to the above list page and triggers the action so that the record's information slides over. Is this possible?
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server