Server side pagination page jump issue
cyyeoh opened this issue · 0 comments
cyyeoh commented
Laravel version
10.10
PHP version
8.1
Voyager version
1.7
Database
MYSQL
Description
My database is too large too query and becomes very slow when I try server side pagination I have to manually input the page number at the url to jump between pages
Steps to reproduce
have a database table that has large record(>2000)
Expected behavior
Able to jump between pages using server-side pagination
Screenshots
No response
Additional context
No response