angular-paginator

angular-paginator

A Simple Pagination for Angular Applications

Follow @sibiraj-s on GitHubFork sibiraj-s/angular-paginator on GitHubNPM VersionLicense

1. Bell
2. Octavius
3. Alexis
4. Colton
5. Abdul
6. Ian
7. Britanney
8. Ulric
9. Geraldine
10. Hamilton
11. Melissa
12. Remedios
13. Ignacia
14. Jaime
15. Savannah

A Simple and Lightweight Pagination component for Angular Applications

Options
  • id: Use unique id when multiple paginations are being used on the same page
  • maxSize: (Default: 5) Limit number for pagination size
  • rotate: (Default: true) Whether to keep the current page in the middle of the visible ones
  • boundaryLinkNumbers: (Default: false) Whether to always display the first and last page numbers. If max-size is smaller than the number of pages, then the first and last page numbers are still shown with ellipses in-between as necessary. NOTE: max-size refers to the center of the range. This option may add up to 2 more numbers on each side of the displayed range for the end value and what would be an ellipsis but is replaced by a number because it is sequential
  • forceEllipses: (Default: false) Also displays ellipses when rotate is true and maxSize is smaller than the number of pages