FilamentF
Filament2y ago
Sane

Table width overflow control

I am using only the table builder with Laravel/Livewire, I am wanting to fit the table to the width of the page (so scale content down) as currently it overflows and forces a horizontal scroll bar. I'd rather not have to set the size manually for a max using the extaAttribute field if possible so its more dynamic as content changes over time.
Solution
I ended up fixing by putting it into a column group
Was this page helpful?