how to do max_content_width for filament tables?
For admin we can do
or
But for filament tables I can't figure out a way to do it
or
But for filament tables I can't figure out a way to do it
'layout' => [
'max_content_width' => 'full',
],protected ?string $maxContentWidth = 'full';