DkGridPagination
You can access this instance through the property named pagination of the DkGridComponent.
Last updated
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.
pageChange
It emits when the user navigates through the available pages.
Params: None.
Return: Observable<PageEvent>.
paginatorChange
It emits when the user allows or disallows the DikeGrid's pagination.
Params: None.
Return: Observable<MatPaginator>.
Last updated