<netui-data:renderPager> Tag

Data grid tag used to render the grid's pager at a specific location in a JSP.

Description

Data grid tag used to render the grid's pager at a specific location in a JSP. By default, the data grid renders its pager in a fixed location. In order to change the location of the pager, this tag can be used to move the rendered pager or to render multiple pagers. For example, to render a pager in both the grid's header and footer, the tag can be used as:

     <netui-data:header>
         ....
         <netui-data;renderPager/>
         ....
     </netui-data:header>
     <netui-data:footer>
         ....
         <netui-data;renderPager/>
         ....
     </netui-data:footer>