how to do max_content_width for filament tables?

For admin we can do

'layout' => [
    'max_content_width' => 'full',
],


or

protected ?string $maxContentWidth = 'full';


But for filament tables I can't figure out a way to do it
Was this page helpful?