© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
8 replies
wazkaz

Global setting for TextColumn partially working

Hello, I trying to use the global setting for TextColumn but only partially working. It is working on a resource page, but in a relation manager not working.
This is the code what I am using:
TextColumn::configureUsing(function (TextColumn $textColumn): void {
            $textColumn->timezone('Europe/Bucharest');
        });
TextColumn::configureUsing(function (TextColumn $textColumn): void {
            $textColumn->timezone('Europe/Bucharest');
        });
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

->recordUrl global setting not working
FilamentFFilament / ❓┊help
3y ago
TextColumn Setting Properties on AfterStateUpdated()
FilamentFFilament / ❓┊help
15mo ago
Numeric TextColumn: sortable() not working properly
FilamentFFilament / ❓┊help
2y ago
TextColumn action not working as expected
FilamentFFilament / ❓┊help
2y ago