For the complete documentation index, see llms.txt. This page is also available as Markdown.

DkGridPagination

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

Properties

Property
Description

matPaginator

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

Type: MatPaginator.

Events

Event
Description

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