0.1.2 • Published 7 years ago
@justa/jst-pagination v0.1.2
Justa Pagination Library
Angular component to handle with custom table pagination
Install
npm install --save @justa/jst-paginationUsage
Import the JstPaginationModule in your app.module.ts and add it to ngModule imports
just call <jst-pagination></jst-pagination> by passing the props of your need
Props
| Props | type | default |
|---|---|---|
| numberOfPages | number | 1 |
| maxPagesShowed | number | 5 |
| innerElements | number | 3 |
| customClass | string | empty |