Column action documentation
I'm trying to run the code seen here: https://filamentphp.com/docs/3.x/tables/columns/getting-started#running-actions
Example code:
I get this when clicking on the image column still get redirected to the edit page. Am I doing something wrong here to make the modal appear when clicking on the image instead of redirecting to the edit page?
1 Reply
Solution
ended up using
$table->recordAction('View Video')
->recordUrl(null)