Null state for table column

Hello,

I have a column in my project that is nullable, I'm trying to make a default display value for it but I'm not finding a way.

This is what I'm trying to do:

TextColumn::make('transaction.amount')
  ->label('Received Amount')
  ->placeholder('N/A'),
Was this page helpful?