Placeholder on relational table columns

Tables\Columns\TextColumn::make('quoteRequest.phone_number')
  ->label(__('Phone number'))
  ->toggleable()
  ->sortable()
  ->searchable()
  ->placeholder('-'),


Setting a placeholder on a relational column (or globally) isn't working properly for me, anyone can confirm?
Was this page helpful?