Textcolumn description text size

Hello, if I use, not applicable in the description, how I can force it?
->size(TextColumn\TextColumnSize::ExtraSmall)
->size(TextColumn\TextColumnSize::ExtraSmall)
6 Replies
Dennis Koch
Dennis Koch2mo ago
I don't think there is an option. You could try targeting the description via CSS
Dhru
Dhru2mo ago
You can add use ->extraAtrributes() And add whatever tailwind classes you want to style the text
poopybear
poopybear2mo ago
You forgot to Add namespace >> use Filament\Tables\Columns\TextColumn; Cheers! 😇
Dennis Koch
Dennis Koch2mo ago
That should throw an error though
H.Bilbao
H.BilbaoOP2mo ago
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?
Dennis Koch
Dennis Koch2mo ago
Maybe it's worth a PR

Did you find this page helpful?