FilamentF
Filament2y ago
dyo

formatStateUsing method in TextColumn is not working at the custom page

Why my formatStateUsing method in TextColumn is not working at the custom page.

I try debugging the problem with simple formatState like
TextColumn::make('name')
    ->formatStateUsing(fn ($record) => $record->id)

But it returns nothing.
Was this page helpful?