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.
No description
10 Replies
Miguel García
Miguel GarcíaOP10mo ago
No description
wagnerfnds
wagnerfnds10mo ago
did you try to clean the cache?
awcodes
awcodes10mo ago
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.
Miguel García
Miguel GarcíaOP10mo ago
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.
Miguel García
Miguel GarcíaOP10mo ago
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
Column::configureUsing(function (Column $column): void {
$column
// ->extraAttributes(['style' => 'min-width: 175px;'])
->searchable(isIndividual: true)
// ->sortable()
// ->toggleable()
;
});
Column::configureUsing(function (Column $column): void {
$column
// ->extraAttributes(['style' => 'min-width: 175px;'])
->searchable(isIndividual: true)
// ->sortable()
// ->toggleable()
;
});
No description
No description
Miguel García
Miguel GarcíaOP10mo ago
no tenancy as of 3.1.23 In firefox it is working fine, in chrome the overflow is showing
Miguel García
Miguel GarcíaOP10mo ago
No description
Zep Fietje
Zep Fietje10mo ago
Please create a bug report on GitHub with a reproduction repository so we can look into it properly, @Miguel García. 🙂
Miguel García
Miguel GarcíaOP10mo ago
Sure
Miguel García
Miguel GarcíaOP10mo ago
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...
Want results from more Discord servers?
Add your server