Search results

Page API in Angular Grid API component

The Page module is used to render pager and handle paging action.

Methods

goToPage

Navigates to the target page according to the given number.

Parameter Type Description
pageNo number Defines the page number to navigate.

Returns void

refresh

Refreshes the page count, pager information, and external message.

Returns void

updateExternalMessage

Defines the text of the external message.

Parameter Type Description
message string Defines the message to update.

Returns void