Pagination overlapping
Hello, any1 have an issue with pagination overlapping ? I saw the PR with fix merged but still i Have the "filament/filament": "^3.0-stable", and problem is still there
5 Replies
What's your Filament version?
php artisan about
3.0.74
You did run
artisan filament:upgrade
?yes I did
tried clearing views cache, browser cache as well
Can you replicate this in a new filament project? (ie: perhaps trying to recreate it from fresh will reveal where you might have some custom styling or certain settings in place that are causing it ... and either you'll be able to fix that for your own project, or you will find a bug elsewhere in Filament for which a fix can be made ... but a very simple basic repository that recreates the problem will be very beneficial for that.)
The filamentphp/demo project could be a faster place to start.