Textcolumn description text size
Hello, if I use, not applicable in the description, how I can force it?
6 Replies
I don't think there is an option. You could try targeting the description via CSS
You can add use ->extraAtrributes()
And add whatever tailwind classes you want to style the text
You forgot to Add namespace >> use Filament\Tables\Columns\TextColumn;
Cheers! 😇
That should throw an error though
ok then i will do it via css, thanks @Dennis Koch and @Dhru .
Still, wouldn't it be more correct if we changed it to apply the size in the description as well?
Maybe it's worth a PR