JARCH SHOWCASE
JARCH SHOWCASE
DataTable - Paginator DataTable provides a highly customizable ajax paginator.
IdYearBrandColor
cb1e75b61999RenaultSilver
b32b746a1992FiatSilver
37dcd1811960AudiBrown
305daa1c1970HondaMaroon
ad3716fe1995HondaOrange
60c4525c2003BMWRed
b3e5b4eb1976RenaultSilver
3e112ae01969HondaGreen
fc4f92322003JaguarRed
93a46ac11963VolvoWhite
<a:form>
    <a:dataTable var="car" value="#{dtPaginatorView.cars}" rows="10"
                         paginator="true"
                         paginatorTemplate="{CurrentPageReport} {FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink} {RowsPerPageDropdown}"
                         rowsPerPageTemplate="5,10,15">
        <a:column headerText="Id">
            <h:outputText value="#{car.id}" />
        </a:column>

        <a:column headerText="Year">
            <h:outputText value="#{car.year}" />
        </a:column>

        <a:column headerText="Brand">
            <h:outputText value="#{car.brand}" />
        </a:column>

        <a:column headerText="Color">
            <h:outputText value="#{car.color}" />
        </a:column>
    </a:dataTable>
</a:form>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.