F
Filament3mo ago
Mepha

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.
No description
No description
8 Replies
Mepha
MephaOP3mo ago
I couldn't find the config for this
Adam
Adam3mo ago
Hi Mepha 👋 Are you using a table widget or custom livewire component?
Mepha
MephaOP3mo ago
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
toeknee
toeknee3mo ago
That's not a bug, that's simple pagination
Mepha
MephaOP3mo ago
problem is.. why it only occurs on production server and not on my machine
Adam
Adam3mo ago
Can you share the code for your table? Have you tried clearing the component cache on production?
toeknee
toeknee3mo ago
Guessing some published views or caching vs config differes

Did you find this page helpful?