我想在表格外显示数据表的当前页面(我实际上需要它来分析Google地图组件上的项目)。如何获取数据表的当前页面?
谢谢, d
答案 0 :(得分:0)
在战斧中你可以使用dataScroller pageIndexVar(仅在datascroller组件内)
<t:dataScroller for="data_table" pageIndexVar="current_page">
<h:outputText value="#{current_page}" />
</t:dataScroller>
http://myfaces.apache.org/tomahawk-project/tomahawk/tagdoc/t_dataScroller.html