DataTable - RTL

DataTable has built-in support for RTL languages..

Documentation
IdYearBrandColor
e7862b421973FordBrown
bdc6c1fe1995FiatRed
a3ddf8ee1999BMWBrown
4eec68c11996MercedesRed
f9c542f61967BMWWhite
5117aa051987AudiBlack
9df501631984MercedesBlue
8dead31e2003VolkswagenRed
54fc6e971997HondaGreen
b8da0a9c1983MercedesWhite
<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.