We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
excel出力対象のデータテーブルヘッダーがcolumnGroupとui:repeatを用いて構成されている場合、ヘッダが表示されない
<p:columnGroup type="header"> <p:row> <ui:repeat value="#{[1,2]}" var="target"> <p:column headerText="#{target}" colspan="2"/> </ui:repeat> </p:row> <p:row> <ui:repeat value="#{[1,2,3,4]}" var="target"> <p:column headerText="#{target}" /> </ui:repeat> </p:row> </p:columnGroup>
No response
Expected
Observed behavior
WildFly
12.0.0
3.1.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
excel出力対象のデータテーブルヘッダーがcolumnGroupとui:repeatを用いて構成されている場合、ヘッダが表示されない
Reproducer: XHTML
Reproducer: Backing Bean
No response
Expected / Observed behavior
Expected
Observed behavior
Jakarta Faces (JSF) Implementation / Version
WildFly
PrimeFaces Version
12.0.0
PrimeFaces ExCella Exporter Version
3.1.0
The text was updated successfully, but these errors were encountered: