vue-paginate
vue-paginate copied to clipboard
Server Side Pagination
Hi, what if I have to request 10 records per page with 130 pages? Is there a support for such behavior? Because looks like there would be a problem with number of pages total to show. Looking forward to your reply :)
Yes, I have same problem too. Is it possible to request the data per page to the server, instead of load all of them at once?
I also interested in this question. What if there are more than a thousand entries in the database table?
But apparently the author does not hurry to respond.
@Fleeck @dianseptianabl @afuno If you want a server side pigination use this package vue-pagination-bootstrap
@DannyFeliz Thank you, kind man :)
This would definitely be useful