Skip to content

Commit

Permalink
edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwaiser committed Oct 1, 2015
1 parent 81a0278 commit a59f998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ Check [Live example](http://vayser.github.io/react-js-pagination)

Name | Type | Default | Description
--- | --- | --- | --- |
`totalItemCount` | Number | | Total count of items which you are going to display
`itemsCountPerPage` | Number | `10` | Count of items per page
`totalItemsCount` | Number | | Total count of items which you are going to display
`onChange` | Function | | Page change handler. Receive pageNumber as arg
`acivePage` | Number | `1` | Active page
`itemsCountPerPage` | Number | `10` | Count of items per page
`pageRangeDisplayed` | Number | `5` | Range of pages in paginator, exclude navigation blocks (prev, next, first, last pages)
`onChange` | Function | | Page change handler. Receive pageNumber as arg
`firstPageText` | String / ReactElement | `«` | Text of first page navigation button or whole element
`lastPageText` | String / ReactElement | `»` | Text of last page navigation button or whole element
`prevPageText` | String / ReactElement | `` | Text of prev page navigation button or whole element
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-js-pagination",
"version": "1.1.0",
"version": "1.1.11",
"description": "Simple, easy to use component for pagination. Compatible with bootstrap paginator stylesheets",
"main": "./dist/Pagination.js",
"scripts": {
Expand Down

0 comments on commit a59f998

Please sign in to comment.