icon not showing in action
Hi, I created an Action in a Column of my table, it works when I click the column but the icon does not appear. Don't know how to show it alongside the email :
3 Replies
Solution
TextColumn::make('mail')->icon('...')
?Dont you need the modifier for the icon aka.
->icon('heroicon-o-envelope')
or ->icon('heroicon-s-envelope')
(notice the -o- or -s- in between the icons) 🤔yes, exactly thanks