cornflourblue / jw-angular-pagination

A simple lightweight pagination component for Angular 2+ available on npm
https://jasonwatmore.com/post/2018/04/26/npm-jw-angular-pagination-component
MIT License
35 stars 35 forks source link

Client-side Pagination #11

Open matt-lethargic opened 4 years ago

matt-lethargic commented 4 years ago

I've looked at this library for pagination a few times and each time I've had to dismiss it as everything I've seen including your own site suggests that it only supports client-side pagination. Please please correct me if I'm wrong about this.

I am working currently with a data set of 12,000 items, I'm certainly not going to get them all back from the DB into the browser to then paginate them.