Skip to content
This repository was archived by the owner on May 30, 2021. It is now read-only.
Karl edited this page Sep 3, 2017 · 8 revisions
/**
 * @param  {int} num
 * @return {void}
 */
page(num)

type Function

Loads a given page. Page number must be an integer.

Usage

// Switch to page 3
datatable.page(3);

Clone this wiki locally