src/app/components/cursor-paginator/cursor-paginator.component.ts
This component controls the cursor in a DataList using arrows and a page size selector.
selector | app-cursor-paginator |
styleUrls | ./cursor-paginator.component.scss |
templateUrl | ./cursor-paginator.component.html |
Inputs |
list | |
Type : DataList< | >
|
|
The DataList that will be controlled. |
pageSizes | |
Type : number[]
|
|
Available page sizes; e.g. [10, 25, 100] |
./cursor-paginator.component.scss