Is it possible to display a prefix before the icon of a table cell?
Tables\Columns\TextColumn::make('field_with_icon_and_prefix') ->prefix('(this needs to be before the icon)') ->icon(fn (ThirdPartyContact $record): string => 'heroicon-o-user')
Tables\Columns\TextColumn::make('field_with_icon_and_prefix') ->prefix('(this needs to be before the icon)') ->icon(fn (ThirdPartyContact $record): string => 'heroicon-o-user')