Check documentation for the latest version of dhtmlxSuite changePage DHTMLX Docs

changePage

changes the current page in grid

void changePage(number pageNum);
pageNumnumbera new active page

Available only in PRO Edition

Example

//go to the 5th page
myTreeGrid.changePage(5);

Back to top