F
Filamentβ€’5mo ago
Felix

pagination breaks on live server.

when the project in online on the server the pagination of the tables break. the per page select become two selects and the page numbering goes under the select. how do I fix this?
No description
16 Replies
toeknee
toekneeβ€’5mo ago
Are you on the latest filamentphp?
Felix
Felixβ€’5mo ago
I thinks so, v3 right?
toeknee
toekneeβ€’5mo ago
v3 what php artisan about
Felix
Felixβ€’5mo ago
3.0.63
toeknee
toekneeβ€’5mo ago
we are on 3.1.46 please try upgrading
Felix
Felixβ€’5mo ago
yes, will try and thanks.
toeknee
toekneeβ€’5mo ago
infact even on the .30 release you are about 30+ releases behind and we did do some pagination work around there.
Felix
Felixβ€’5mo ago
oh, as in making it more customizable?
toeknee
toekneeβ€’5mo ago
It was improved display issues
Felix
Felixβ€’5mo ago
oh I have upgraded my local filament and now my local pagination is the same as my live one.
toeknee
toekneeβ€’5mo ago
Great
Felix
Felixβ€’5mo ago
no, sorry i meant that my local is now also is broken. πŸ˜… as the same as the pic I think my live got updated to 3.1.x and my local was still 3.0.x, when we pushed it online.
Tieme
Tiemeβ€’5mo ago
Can you try
npm install
npm run build
npm install
npm run build
`
Felix
Felixβ€’5mo ago
ah, that did the trick. but, I have to see about the live.
toeknee
toekneeβ€’5mo ago
npm install on live, and the build should be committed?
Felix
Felixβ€’5mo ago
well the person who has the server credentials is busy now, so I need to wait for putting it online.