Paging
Commands
goToPage
goToPageinstance.paging.goToPage(4);goToNextPage
goToNextPageinstance.paging.goToNextPage();goToPrevPage
goToPrevPageinstance.paging.goToPrevPage();getState
getState// You can either await the result of the command
const result = await instance.paging.getState();
// OR pass a callback
instance.paging.getState((result) => {
// YOUR CODE HERE
});Property
Type
Description
Events
onChange
onChangeProperty
Type
Description
Last updated