© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
6 replies
Vp

Table open url in new tab

I have below code, but after I click the link, it cannot open to new tab
Tables\Actions\Action::make('view')
    ->color('warning')
    ->openUrlInNewTab() // this line doesn't open new tab
    ->icon('heroicon-o-arrow-top-right-on-square')
    ->url(fn (): string => route('home')),
Tables\Actions\Action::make('view')
    ->color('warning')
    ->openUrlInNewTab() // this line doesn't open new tab
    ->icon('heroicon-o-arrow-top-right-on-square')
    ->url(fn (): string => route('home')),

Is this a bug or do we need to do some extra. If so, what should be..
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

open Record URL from $table in new tab
FilamentFFilament / ❓┊help
2y ago
Table action to open url in new tab (asynchronous)
FilamentFFilament / ❓┊help
3y ago
Possible to open url in new tab with table form action?
FilamentFFilament / ❓┊help
3y ago
Open in new tab
FilamentFFilament / ❓┊help
2y ago