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

Facet header support for sheet names on XLS DataExporter #1032

Closed
mertsincan opened this issue Jan 15, 2016 · 0 comments
Closed

Facet header support for sheet names on XLS DataExporter #1032

mertsincan opened this issue Jan 15, 2016 · 0 comments
Labels
5.3.6 enhancement Additional functionality to current component
Milestone

Comments

@mertsincan
Copy link
Member

You can use text in dataTable's facet header for sheet names. Default sheet name is datatable's id or datatable's clientId (with repeate attribute)

Exp;

<p:dataTable id="Table" var="car" value="#{tab.tabCars}">
    <f:facet name="header">
           <h:outputText value="Test" />
    </f:facet>
...
</dataTable>

Sheet name is "Test" on excel.
@mertsincan mertsincan added enhancement Additional functionality to current component 5.3.6 labels Jan 15, 2016
@mertsincan mertsincan added this to the 6.0 milestone Jan 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5.3.6 enhancement Additional functionality to current component
Projects
None yet
Development

No branches or pull requests

1 participant