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

columnGroup内でui:repeatを用いるとヘッダが表示されない #74

Open
suenaga0342 opened this issue Aug 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@suenaga0342
Copy link

Describe the bug

excel出力対象のデータテーブルヘッダーがcolumnGroupとui:repeatを用いて構成されている場合、ヘッダが表示されない

Reproducer: XHTML

		<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>

Reproducer: Backing Bean

No response

Expected / Observed behavior

  • Expected
    image

  • Observed behavior
    image

Jakarta Faces (JSF) Implementation / Version

WildFly

PrimeFaces Version

12.0.0

PrimeFaces ExCella Exporter Version

3.1.0

@suenaga0342 suenaga0342 added the bug Something isn't working label Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant