DkGridPagination

You can access this instance through the property named pagination of the DkGridComponent.

Properties

PropertyDescription

matPaginator

It is a read-only property and returns the MatPaginator instance.

Type: MatPaginator.

Events

EventDescription

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