hello all,
Is it possible to apply a dataScroller on a newspaperTable?
I tried this with newspaperColumns="2" but got only one column.
I asked the people from the user mailing list with no result :(
Please help.
thanx!
Marcus
<t:newspaperTable id="at" newspaperColumns="2"
rows="#{articleHandler.numberRowsPerPage}"
value="#{articleHandler.currentRowSet.wrappedData}" var="article">
<f:facet name="spacer"><f:verbatim> </f:verbatim></f:facet>
<h:column id="col">
<h:outputText value="#{article.title}" id="title" />
</h:column>
</t:newspaperTable>
<t:dataScroller for="at"
style="margin-top: 1em"
fastStep="20"
pageCountVar="pageCount"
pageIndexVar="pageIndex"
paginator="true"
paginatorMaxPages="20"
paginatorTableClass="paginator"
paginatorActiveColumnClass="paginatorActiveColumn"
renderFacetsIfSinglePage="false"
>
</t:dataScroller>