© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
11 replies
HL

->recordUrl global setting not working

For some reason, if I use ->recordUrl(false) in the AdminPanelProvider, it doesn't work, but it works separately in the Resource.

return $panel
->bootUsing(function () {
                Table::configureUsing(function (Table $table): void {
                    $table
                        ->recordUrl(false)
                        ->striped();
                });
            })
return $panel
->bootUsing(function () {
                Table::configureUsing(function (Table $table): void {
                    $table
                        ->recordUrl(false)
                        ->striped();
                });
            })

All my columns are striped so that part is working, and again ->recordUrl(false) works if I put it in the resource's table function, so I'm not sure what I'm missing.
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

Global setting for TextColumn partially working
FilamentFFilament / ❓┊help
2y ago
disable recordUrl
FilamentFFilament / ❓┊help
16mo ago
->recordUrl(null) with ->expandableLimitedList()
FilamentFFilament / ❓┊help
10mo ago
recordUrl() to open Modal
FilamentFFilament / ❓┊help
2y ago