getTableRecordUrlUsing a new tab
https://filamentphp.com/docs/2.x/tables/getting-started#record-urls
I have this but want to open the url in a new tab (links to an external site).. can I do so or do I have to define
I have this but want to open the url in a new tab (links to an external site).. can I do so or do I have to define
->url() and ->openUrlInNewTab() on every column?