我有以下datascroller
<rich:dataScroller for="productsList" id="scroller" maxPages="10">
<f:facet name="next">
<h:outputText value="fist page" />
</f:facet>
<f:facet name="previous">
<h:outputText value="last page" />
</f:facet>
</rich:dataScroller>
我想删除firstPage(&gt;&gt;&gt;&gt;)和lastPage(&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;)按钮。我该怎么做?
答案 0 :(得分:3)
fastControls="hide" boundaryControls="hide"
应该这样做:)