F
Filament3mo ago
Fasna

Pagination with Livewire

Hi there, I'm trying to create Livewire table and all the styling is working fine except the pagination links() Pagination style is broken on Livewire. does anyone have any idea, what would be a fix to this?
No description
Solution:
try this <x-filament::pagination wire:click="reload" :paginator="$posts"/>...
Jump to solution
4 Replies
toeknee
toeknee3mo ago
Please update filament, then run php artisan filament:upgrade
Fasna
Fasna3mo ago
I did that too, the default filament pagination works fine. only the links() on livewire page are broken
No description
Solution
kwhorne
kwhorne3mo ago
try this <x-filament::pagination wire:click="reload" :paginator="$posts"/>
Fasna
Fasna3mo ago
thank you so much, that fixed the issue