FilamentF
Filament17mo ago
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');
        });
Was this page helpful?