JARCH SHOWCASE
JARCH SHOWCASE
DataTable - RTL DataTable has built-in support for RTL languages..
IdYearBrandColor
8240a9df1969VolkswagenBlue
8dc69bfc1979FiatBlue
7430e6771969FordBlue
a7ffbe051972VolkswagenSilver
0a27b48c1980VolkswagenSilver
13dba9b21974VolvoSilver
d1bf50741967VolvoWhite
cf24db3e1994RenaultBrown
eba509a01991BMWWhite
7b988d481968FiatBlack
<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.