Make specific column collapsible

how do I make a column that can be collapsed but only the desired column, for example I want to make the description column collapsible, so when it is still closed it will only display text that can still be seen in the width of the column, when pressed the collapse button, it will display the entire description text

I'm still a beginner, and still don't understand about filament thoroughly

Tables\Columns\TextColumn::make('address_user.address')->label('Detail Address'),
Solution
I don't know if that is possible without customizing, what an other option is, is this one:

https://filamentphp.com/docs/2.x/tables/columns/text#limiting-text-length
Filament
The elegant TALL stack table builder for Laravel artisans.
Was this page helpful?