DHTMLX Docs & Samples Explorer

setPagingTemplates(navigation_template,info_template)

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid_pgn.js

allows to set paging templates for default skin

  • navigation_template - template for paging controls zone
  • info_template - template for paging state zone
   mygrid.setPagingTemplates("Pages - [current:0] [current:+1] [current:+2] , from [total] rows","Pages <b>[from]-[to]</b> of <b>[total]</b>");

See also: setPagingSkin, setPagingWTMode