Sane
Filament Preset breaks system theme following
When I set the preset in my tailwind.config.js file:
It enables the colors (danger, success, etc.) to work, however it stops following the theme of my system. If I remove the preset line, the theme following works properly.
How can I keep the system theme following feature with preset enabled?
3 replies
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.
7 replies