Table pagination button issue
I got bug where pagination displayed normally on localhost but on production server it got turned into "next" and "prev" button instead of usual 1, 2 ,3 etc.


8 Replies
I couldn't find the config for this
Hi Mepha 👋
Are you using a table widget or custom livewire component?
it's not table widget it's the table from panel list page
as for custom livewire component, I think yeah because I did publish the Filament views although I never edited it
That's not a bug, that's simple pagination
problem is.. why it only occurs on production server and not on my machine
Can you share the code for your table?
Have you tried clearing the component cache on production?
Guessing some published views or caching vs config differes