packages/ecl/components/ecl-pagination/events/ecl-pagination.event.ts
Event emitted by EclPaginationComponent when the page changes. Contains information about the current page and visible item range.
Properties |
|
Methods |
constructor(page: number, showingFrom: number, showingTo: number)
|
|
Current page number after the change. |
| Public Readonly page |
Type : number
|
| Public Readonly showingFrom |
Type : number
|
|
Index of the first item shown on the current page. |
| Public Readonly showingTo |
Type : number
|
|
Index of the last item shown on the current page. |
| preventDefault |
preventDefault()
|
|
Returns :
void
|