setPage of PagingAbility, Methods Webix Docs
makes the specified page visible (assuming that the pager was defined )
void setPage(number page);
page
Example
dtable.setPage(2); // makes the third page visible
See also
setPage of PagingAbility, Methods Webix Docs
makes the specified page visible (assuming that the pager was defined )
void setPage(number page);
page
dtable.setPage(2); // makes the third page visible
See also