How to custom text column
I need edit my textcolumn for description because text to long. I need overflow-y :auto or scroll for that field description. If you can please give me tutor to make that. Thank you
1 Reply
You can use
formatStateUsing
https://filamentphp.com/docs/2.x/tables/columns/text#custom-formatting
What about using ->wrap()
limit()
and a view action to show the full content?Filament
Text column - Columns - Table Builder - Filament
The elegant TALL stack table builder for Laravel artisans.