F
Filament9mo ago
jals65

The table pagination appears broken

Something strange are occurring in my table pagination.
No description
Solution:
You need to run php artisan filament:upgrade
Jump to solution
6 Replies
jals65
jals659mo ago
GitHub
Fix pagination responsiveness by zepfietje · Pull Request #9162 · f...
Changes have been thoroughly tested to not break existing functionality. New functionality has been documented or existing documentation has been updated to reflect changes. Visual changes are ex...
Vp
Vp9mo ago
composer update, filament upgrade, build assets... all these 3 steps will resolve maybe
jals65
jals659mo ago
I have this problem after update from 3.0.73 to 3.0.81
Solution
toeknee
toeknee9mo ago
You need to run php artisan filament:upgrade
jals65
jals659mo ago
ok, thanks, that works. So I understand that now every time a style change is made, that command has to be launched? @toeknee
toeknee
toeknee9mo ago
It should be configured to be run every time your use composer as per the docs