Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RTL support to Scrollable DataTable #4950

Closed
mertsincan opened this issue Jun 28, 2019 · 0 comments
Closed

Add RTL support to Scrollable DataTable #4950

mertsincan opened this issue Jun 28, 2019 · 0 comments
Assignees
Labels
6.2.22 7.0.5 enhancement Additional functionality to current component rtl Right-To-Left support related
Milestone

Comments

@mertsincan
Copy link
Member

Exp;

<h3>Horizontal</h3>
<p:dataTable var="car" value="#{dtScrollView.cars2}" scrollable="true" scrollWidth="400" dir="rtl">
    <p:column headerText="Id" footerText="Id">
        <h:outputText value="#{car.id}" />
    </p:column>
    <p:column headerText="Year" footerText="Year">
        <h:outputText value="#{car.year}" />
    </p:column>
    <p:column headerText="Brand" footerText="Brand">
        <h:outputText value="#{car.brand}" />
    </p:column>
    <p:column headerText="Color" footerText="Color">
        <h:outputText value="#{car.color}" />
    </p:column>
</p:dataTable>
@mertsincan mertsincan added enhancement Additional functionality to current component 6.2.22 7.0.5 labels Jun 28, 2019
@mertsincan mertsincan added this to the 7.1 milestone Jun 28, 2019
@mertsincan mertsincan self-assigned this Jun 28, 2019
@melloware melloware added the rtl Right-To-Left support related label Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.2.22 7.0.5 enhancement Additional functionality to current component rtl Right-To-Left support related
Projects
None yet
Development

No branches or pull requests

2 participants