1.0.1 • Published 11 years ago

sr-pagination v1.0.1

Weekly downloads
689
License
-
Repository
github
Last release
11 years ago

sr-pagination

Simple pagination generator.

The sr prefix stands for simpler, which is comparative of sim·ple (Adjective) 1. Easily understood or done; presenting no difficulty. 2. Plain, basic, or uncomplicated in form, nature, or design; without much decoration or ornamentation.

##Install

$ bower install sr-pagination

or

$ npm install sr-pagination

##Usage Note that you can use this module with commonjs (nodejs), amdjs or as a global object in the browser.

var result = pagination({page:1, links: 5, rows: 5, total: 50});

##Options

  • page: current page
  • links: visible page links
  • rows: rows per page
  • total: total number of all items

##Tests Make sure you check out the test page.