open Record URL from $table in new tab
Hello, i have a custom URL on a documents table
What is the right way to open the URL in a new tab?
In the table index.blade is the called, buth without parameters.
Is it possible to implement this or maybe overrite the generate_href_html for now?
Solution:Jump to solution
hum.. The
openUrlInNewTab
method is available on table columns, TextColumn for example
...4 Replies
Solution
hum.. The
openUrlInNewTab
method is available on table columns, TextColumn for example
Hm i get
I am on filament 3.2.28
on table columns, not table
Ah so i have to implement a "open" button 🤔
Not so easy to modify the link for the whole row? (for ->recordUrl())