Table overflow after composer update
I have just run a composer update from * v3.0.101 to * v3.2.14 and now tables, panels, etc, are having fun on Chrome. Is there any known bug? Any advice on how to fix it? I did clear browser cache, run filament upgrade, compile assets, .. but anything works.
10 Replies
did you try to clean the cache?
If you have a custom theme you also need to run a new build.
This can also happen if you have published Filament’s views.
I did clear the cache, run an artisan optimize:clear also, deleted the /resources/views/vendor, npm run build (although I'm not using a custom theme), ... filament upgrade, ... anything works. However, it works fine in firefox.
Hey guys, sorry to bother but this is still happening when individual search is enabled on a fresh laravel - filament installation @Zep Fietje @Ben McKay. In order to reproduce it you just need to enable individual search
no tenancy
as of 3.1.23
In firefox it is working fine, in chrome the overflow is showing
Please create a bug report on GitHub with a reproduction repository so we can look into it properly, @Miguel García. 🙂
Sure
GitHub
Table overflow · Issue #11146 · filamentphp/filament
Package filament/filament Package Version v3.2.16 Laravel Version 10.42.0 Livewire Version v3.4.4 PHP Version 8.2.11 Problem description I was adding several columns to a table and enabling the ind...