Justa Pagination Library
Angular component to handle with custom table pagination
Install
npm install --save @justa/jst-pagination
Usage
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 |