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
3 Replies
<div class="max-w-your-size">{{ $this->table }}</div>
🤔@Dennis Koch how i can configure max-h in my table, <div class="max-h-my-height"> {{ $this->table }}</div> not work for me :/
not work for mePlease 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?