SETPAGINATION
Enable or disable pagination.
Syntax
SETPAGINATION(value)Arguments
value - Set to TRUE to enable pagination.
Example
SETPAGINATION(TRUE)
//Enables pagination
SETPAGINATION(FALSE)
//Disables paginationLast updated
Was this helpful?