DHTMLX Docs & Samples Explorer

changePage(pageNum)

Required library edition: This method requires Professional Edition of the DHTMLX library
Required library file: dhtmlxgrid_pgn.js

change current page in grid

  • pageNum - new active page
   //Go to the 5th page
   grid.changePage(5);

See also: changePageRelative