JARCH SHOWCASE
JARCH SHOWCASE
DataTable - RTL DataTable has built-in support for RTL languages..
IdYearBrandColor
d861a8851994VolvoBlack
8b1a25671998HondaGreen
304f92311977RenaultWhite
e74acc731995HondaRed
618fa7501970AudiYellow
d219837f1997VolvoYellow
5441b4b51977BMWSilver
2947e94c1993JaguarWhite
0e29299d1964FordBlue
967678201980AudiBlue
<a:dataTable var="car" value="#{dtBasicView.cars}" dir="rtl">
    <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>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.