1.0.7 • Published 6 years ago

angular-io-pager v1.0.7

Weekly downloads
7
License
ISC
Repository
github
Last release
6 years ago

angular-io-2-4-5-6-pager

PreRequirement

  1. Requires FormsModule
  2. Input field 'totalRecords' should be given

INPUT Fields

  1. pageGap - Integer - no of records to show in a page.
  2. noOfPages - Integer - no of page numbers to show. other page numbers will be shown on next and prev options
  3. totalRecords - total number of records. used internally to divide page numbers.

OUTPUT Event

  1. pageClick - { from: Integer, to: Integer } - provides from and to positions to query.

Hints

When assigning input field 'totalRecords', first assign -1, and then reassign with real value.

Thanks- If you have any bugs open issues.

1.0.7

6 years ago

1.0.6

6 years ago

0.0.1

6 years ago

1.0.5

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago