The Page
module is used to render pager and handle paging action.
Navigates to the target page according to the given number.
Parameter | Type | Description |
---|---|---|
pageNo | number |
Defines the page number to navigate. |
Returns void
Refreshes the page count, pager information, and external message.
Returns void
Defines the text of the external message.
Parameter | Type | Description |
---|---|---|
message | string |
Defines the message to update. |
Returns void