changePage() - paulmaclean/datatables.webcomponent GitHub Wiki

type Function

Updates the table data with the given page of results (if paginatable is enabled).

Syntax

changePage(pageNum: number): void

Usage

dataTable.changePage(2)