I am using RichFaces 4, and have a data scroller code like this:
<rich:dataScroller align="right" for="dataTable"> <f:facet name="first" > <h:outputText value="First" /> </f:facet> <f:facet name="last"> <h:outputText value="Last" /> </f:facet> <f:facet name="previous"> <h:outputText value="Previous" /> </f:facet> <f:facet name="next"> <h:outputText value="Next" /> </f:facet> </rich:dataScroller>
I see there are six buttons like below:
First | << | Previous | Next | >> | Last
My question:
THanks @!