min-w-48 added in #14812
Hi! In v3.2.128 (https://github.com/filamentphp/filament/pull/14812), there was a minor change that I think significantly changes how tables look (https://github.com/filamentphp/filament/pull/14812/files#diff-56e5b31b4bee8b940f4ae59e83e2583e0a6e43b4101140460d75273b7b417af1R947). Before, tables were much more compact (second screenshot), but now some columns take unnecessary amount of space (first screenshot). It is much more noticeable on some columns, however, due to privacy concerns I can't show the contents of it.
Is there a way to disable this behaviour other than publishing my own view for table?
Thank you in advance!
1 Reply
No need for publishing views. just add your tailwind class via
->extraAttributes(["class" => "min-w-auto"])