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)
FunctionUpdates the table data with the given page of results (if paginatable is enabled).
changePage(pageNum: number): void
dataTable.changePage(2)