F
Filament7d 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)
TextColumn::make('name')
->formatStateUsing(fn ($record) => $record->id)
But it returns nothing.
0 Replies
No replies yetBe the first to reply to this messageJoin