Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

problem exrpoting p:TreeTable with inside p:columns #38

Open
besaurus opened this issue Oct 11, 2019 · 0 comments
Open

problem exrpoting p:TreeTable with inside p:columns #38

besaurus opened this issue Oct 11, 2019 · 0 comments

Comments

@besaurus
Copy link

Hello ,

i'm succesfully using lapis.jsfexporter, im'using primefaces 6.2 with sping boot.
I have a problem whitih one pages, beside a snipped of code

<p:treeTable id="i" widgetVar="i" value="#{iHV.selectDates)}" 
	var="node" 
	rendered="#{iHV.selectIndicator != null}" 
	paginator="false"
	resizableColumns="true"
	paginatorPosition="top" >
	<f:facet name="header">
		<p:commandLink ajax="false">  
			<p:graphicImage value="/images/excel.png" height="20"/>
			<l:dataExporter source="i" fileType="excel" fileName="documents"/>
		</p:commandLink>
	</f:facet>	  
	<p:column headerText="Description" style="width:300px">
		<h:outputText value="#{node[1]}" title="#{node[1]}"/>
	</p:column>  
	<p:columns value="#{iHV.inValDates}" var="c" columnIndexVar="colIndex">
		<f:facet name="header">
			<h:outputText value="#{c}" />
		</f:facet>
		<h:outputText value="#{iHV.getValue(node[0],c)}">
			<f:convertNumber pattern="#,###,##0.0000" />
		</h:outputText>
	</p:columns>
</p:treeTable>

The problem is jsfexportewr do not manage p:columns but only p:column!!!!

May you extends implementation?.

Thanks in advance

@besaurus besaurus changed the title problem expoting p:TreeTable with inside p:columns problem exrpoting p:TreeTable with inside p:columns Oct 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant