DataTable - RTL

DataTable has built-in support for RTL languages..

Documentation
IdYearBrandColor
2b5f112d1987HondaRed
0aaf83cc1991VolkswagenOrange
28a4d2471985HondaYellow
2c50fa3c2004VolkswagenGreen
7e2891bd2009HondaGreen
cf3cb7502003BMWBlue
30141bae1977RenaultSilver
2c8816dc1979FordMaroon
7a5c05c71985BMWRed
4060e9c01962VolvoGreen
<p:dataTable var="car" value="#{dtBasicView.cars}" dir="rtl">
    <p:column headerText="Id">
        <h:outputText value="#{car.id}" />
    </p:column>

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

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

    <p:column headerText="Color">
        <h:outputText value="#{car.color}" />
    </p:column>
</p:dataTable>

FREE THEMES

Built-in component themes created by the PrimeFaces Theme Designer.

nova-light Nova-Light
nova-dark Nova-Dark
nova-colored Nova-Colored
luna-blue Luna-Blue
luna-amber Luna-Amber
luna-green Luna-Green
luna-pink Luna-Pink
omega Omega

PREMIUM TEMPLATES

Create awesome applications in no time using the premium templates and impress your users.