netui-data
netui-data:renderPager Tag
Data grid tag used to render the grid's pager at a specific location in a JSP.
<netui-data:renderPager/>
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>
Tag Information |
Tag Class | org.apache.beehive.netui.tags.databinding.datagrid.RenderPager |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |