You can access this instance through the property named pagination of the DkGridComponent.
matPaginator
It is a read-only property and returns the MatPaginator instance.
Type: MatPaginator.
MatPaginator
pageChange
It emits when the user navigates through the available pages.
Params: None.
Return: Observable<PageEvent>.
Observable<PageEvent>
paginatorChange
It emits when the user allows or disallows the DikeGrid's pagination.
Return: Observable<MatPaginator>.
Observable<MatPaginator>
Last updated 3 years ago