vue-paginate icon indicating copy to clipboard operation
vue-paginate copied to clipboard

Server Side Pagination

Open Fleeck opened this issue 7 years ago • 5 comments

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 :)

Fleeck avatar Mar 06 '17 10:03 Fleeck

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?

dianseptianabl avatar May 02 '17 12:05 dianseptianabl

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.

afuno avatar Jun 21 '17 21:06 afuno

@Fleeck @dianseptianabl @afuno If you want a server side pigination use this package vue-pagination-bootstrap

DannyFeliz avatar Jun 21 '17 21:06 DannyFeliz

@DannyFeliz Thank you, kind man :)

afuno avatar Jun 21 '17 21:06 afuno

This would definitely be useful

mikerogne avatar Dec 07 '17 05:12 mikerogne