setPage
makes the specified page visible (assuming that the pager was defined )
void setPage(number page);
| page | number | the page number (zero-based numbering) |
Example
dtable.setPage(2); // makes the third page visible
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.