The table pagination appears broken
Something strange are occurring in my table pagination.
6 Replies
https://github.com/filamentphp/filament/pull/9162
i think is that change
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...
composer update, filament upgrade, build assets... all these 3 steps will resolve maybe
I have this problem after update
from 3.0.73 to 3.0.81
Solution
You need to run php artisan filament:upgrade
ok, thanks, that works.
So I understand that now every time a style change is made, that command has to be launched?
@toeknee
It should be configured to be run every time your use composer as per the docs