1.0.7 • Published 6 years ago
angular-io-pager v1.0.7
angular-io-2-4-5-6-pager
PreRequirement
- Requires FormsModule
- Input field 'totalRecords' should be given
INPUT Fields
- pageGap - Integer - no of records to show in a page.
- noOfPages - Integer - no of page numbers to show. other page numbers will be shown on next and prev options
- totalRecords - total number of records. used internally to divide page numbers.
OUTPUT Event
- 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.