Documentation

setPage

makes the specified page visible (assuming that the pager was defined )

void setPage(number page);

Parameters

pagenumberthe page number (zero-based numbering)

See also

  • api
  • articles
  • Example

    dtable.setPage(2); // makes the third page visible

    Back to top