| Sample: dhtmlxGrid | Paginal Output | dhtmlxGrid main page |
In sample below number of rows per page set to 10 and number of pages per group set to 3
<div id="gridbox" width="100%" height="250px" style="background-color:white;overflow:hidden"></div> <script></script>mygrid = new dhtmlXGridObject('gridbox'); ... //should be called before init() mygrid.enablePaging(true,10,3,"pagingArea",true,"recinfoArea"); ... mygrid.init(); mygrid.loadXML("dynscroll.xml");//this sample uses static loading
| © DHTMLX LTD. All rights reserved |