how to do max_content_width for filament tables?

For admin we can do
'layout' => [
'max_content_width' => 'full',
],
'layout' => [
'max_content_width' => 'full',
],
or
protected ?string $maxContentWidth = 'full';
protected ?string $maxContentWidth = 'full';
But for filament tables I can't figure out a way to do it
3 Replies
Dennis Koch
Dennis Koch2y ago
<div class="max-w-your-size">{{ $this->table }}</div> 🤔
terriani
terriani2y ago
@Dennis Koch how i can configure max-h in my table, <div class="max-h-my-height"> {{ $this->table }}</div> not work for me :/
Dennis Koch
Dennis Koch2y ago
not work for me
Please explain. Otherwise nobody can help and we need to guess things. Which TW class did you use? Do you have a custom theme because the class might not be included in the CSS?
Want results from more Discord servers?
Add your server