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.