Contents
- Methods
Having trouble getting help?
Contact Support
Contact Support
Page
12 Sep 20251 minute to read
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